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

    Topics

    • S

      [Plugin] Gradientator v1.21

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      54
      0 Votes
      54 Posts
      46k Views
      Dave RD
      @sywong425 said: how do i install this plugin to SketchUp pro 2022? i tried to add it from extension manager but it didn't appear after i enabled it. Scroll up a few posts to one made by SDMitch which shows the fix to make this work. I haven't tried it in SU2022 but I'll give it a try.
    • S

      Fastest way to retrieve the corners that make up a face?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      9
      0 Votes
      9 Posts
      223 Views
      thomthomT
      @dan rathbun said: ADD: For some reason, for .. in loops are faster than each block methods. They may be faster - because they don't create a local variable scope - the scope is shared with it's parent scope. Creating variables in Ruby is an expensive operation, so if you create variables within an each loop it's created every time, within a for loop it's reused.
    • S

      Using round() in a SketchUp plugin

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      10
      0 Votes
      10 Posts
      415 Views
      S
      @dan rathbun said: No the round() function actually rounds.. the to_i() function actually truncates. Use the "meat" of TIG's example in a single statement .. or write methods into your module thus... Good point! I hadn't considered that my method just truncates. I'll have to see if I can figure out a simple way to incorporate TIG's example into one statement; a lot of that code goes right over my head! Thanks for the help!
    • 1 / 1