sketchucation logo sketchucation
    • Login
    1. Home
    2. Alienizer
    3. Topics
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 120
    • Groups 1

    Topics

    • A

      Windows themes in Skecthup v8

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      5
      0 Votes
      5 Posts
      183 Views
      A
      @dave r said: Oh. The only things you can change are those you can make in the display settings under the Control Panel. You won't be able to change the button appearance though. I was afraid you'd say that! I wonder if we can add a manifest file to the .exe?
    • A

      Back face/material reverse

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      24
      0 Votes
      24 Posts
      888 Views
      J
      @dan rathbun said: @jan_pamplona said: if we make a simple rectangle or a plane, i think the default is that the "face" facing you turns into a front color automatically, right!? NO... it does not have anything to do with "facing YOU". When you draw a face, it's normal (The direction the front surface is facing,) is always toward the negative axis. But the PushPull tool will reverse the face if it needs to do so. Thank you very much sir,, yeah, i remember now, im so dumb :,) it's just that i forgot those things because im drawing 2D plans and not noticing about the Push/Pull,thanks
    • A

      Window handle from process

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      37
      0 Votes
      37 Posts
      3k Views
      Dan RathbunD
      @tig said: Can't you can simply .... After having explained that using the title bar text is problematic (and subject to a bug while loading on Windows,) you still advise doing it? Again, the "Untilted" string is NOT the same on all language localizations, and some contain unicode characters. It's also possible that a SKP filename could contain unicode characters. Then you add two more situations that can "throw a shoe in the works". @unknownuser said: **, the designer and original implementor of C++":37wih2kn] "If you think it's simple, then you have misunderstood the problem" [floatr:37wih2kn]Did you really really say that? - Bjarne Stroustrup's C++ FAQ[/floatr:37wih2kn]
    • A

      DLL callback to ruby

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      41
      0 Votes
      41 Posts
      10k Views
      Dan RathbunD
      You will need to do some studying: Read and bookmark this post: [Info] C/C++ Ruby extensions & SketchUp plugins You will need to download the Ruby C source, as your DLL code must: %(#404080)[include "ruby.h"] Read the old "Pick-Axe" book's chapter on writing a Ruby extension. Programming Ruby: Extending Ruby Take note of the Ruby C-side functions: rb_eval_string( *string_to_eval* )* rb_funcall ... described in section "Evaluating Ruby Expressions in C" okay, a dedicated C side Ruby book is also now available: http://media.pragprog.com/titles/ruby3/ext_ruby.pdf
    • A

      Ruby code to extract watermark

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      15
      0 Votes
      15 Posts
      3k Views
      A
      You can actually display watermarks. model = Sketchup.active_model opts = model.rendering_options opts['DisplayWatermarks'] = true/false Yep, there is no function to get/set watermark image, though there is actually a way around it. "Watermarks are part of a Style. You would have to have a preset Style with the watermark, and change the Style with the API." - quote by Dan. Create a style or two, add watermarks to each, and set them via Ruby API: styles = Sketchup.active_model.styles styles.selected_style = styles['Style Name'/style index#] Reference: Watermark via Ruby API
    • A

      Plugin DLL

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      29
      0 Votes
      29 Posts
      7k Views
      Dan RathbunD
      New 'old' info. I found the old thread where we discussed this over on the Ruby Installer forum. Luis says on Windows that .so files are just renamed .dll files. See: ruby uses .so files?
    • A

      How do I install and use SketchyPhysics?

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      4
      0 Votes
      4 Posts
      2k Views
      C
      Either will work. I will edit this into the Faq post. Thanks Alienizer!
    • A

      Can a motor spin around another motor?

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      2
      0 Votes
      2 Posts
      354 Views
      A
      Never mind, I figured it out. I had to group the motors with the main object.
    • A

      Using formulas

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      18
      0 Votes
      18 Posts
      2k Views
      C
      One other variable function is #get the var foo and set it to 0 v=getSetVar("foo",0) It can be a useful shortcut.
    • A

      Fluid object.

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      3
      0 Votes
      3 Posts
      543 Views
      A
      oh ok, thanks.
    • A

      Assigning weight to an object.

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      7
      0 Votes
      7 Posts
      408 Views
      A
      I hope they have it in someday. What I'm trying to do is a simulation on same size balls of different materials, like solid gold and solid plastic balls. For example, a coin operator that can tell the difference between a fake coin or a valid one, based on it's weight and size. That's not what I'm working on, but something along that line, and I can't find a way to do it.
    • 1 / 1