sketchucation logo sketchucation
    • Login
    1. Home
    2. sjn001tvh
    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 7
    • Posts 15
    • Groups 1

    Topics

    • S

      Outliner any API methods to collapse sub groups

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      2
      0 Votes
      2 Posts
      3k Views
      S
      Sorry, there is no interface to the Outliner in the Ruby API (or to other GUI panels, for that matter).
    • S

      Selection Tool in model is responding very slooow.

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      2
      0 Votes
      2 Posts
      757 Views
      BoxB
      It's quite a common problem, usually caused by Windows pushing bad Graphic card drivers. First thing to try is to download the most recent driver for your graphic card from the card manufacturer. Do not trust windows to tell you it is up to date.
    • S

      Layout Context Menu Open with Image Editor

      Watching Ignoring Scheduled Pinned Locked Moved LayOut Discussions layout
      5
      0 Votes
      5 Posts
      5k Views
      S
      (on a PC/Windows 10) You could try a search from the Taskbar or go to the File explorer in the Start menu. Just a matter of looking through each of the sub-directories to find the app required. Make a note of the location and then go back into Layout to link.
    • S

      Nested dynamic components

      Watching Ignoring Scheduled Pinned Locked Moved Dynamic Components sketchup
      7
      0 Votes
      7 Posts
      7k Views
      S
      Thank you. Your solution works great.
    • S

      Send_to_layout or Layout::Document.open(filename)

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      1
      0 Votes
      1 Posts
      6k Views
      No one has replied
    • S

      Clearing the model.selection programmatically

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      9k Views
      S
      Actually, #close_active exits the current edit context, aka active_entities, (belonging to a group or component) and returns to its parent (an enclosing group, component, or the model). Since the selection can contain entities from only one context at a time, all of the currently selected entities have to be in the active context and have to be cleared when you close it.
    • S

      Transformation tap method

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      10k Views
      TIGT
      You have the center, radius and normal before you add the circle. Then when you add the circle it returns an array of edges edges = entities.add_circle(...) From any one of those edges you can get the ArcCurve, and from that you can get its center, radius and normal. I still think this can be done more simply. But if you have something that works... then go with it...
    • 1 / 1