sketchucation logo sketchucation
    • Login
    1. Home
    2. SYD_UK
    ℹ️ 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 5
    • Posts 11
    • Groups 1

    SYD_UK

    @SYD_UK

    10
    Reputation
    1
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    SYD_UK Unfollow Follow
    registered-users

    Latest posts made by SYD_UK

    • RE: Section Slice Export

      Thanks guys - ZORO2 is just the ticket!!
      Kind Regards
      Syd

      posted in SketchUp Discussions
      S
      SYD_UK
    • Section Slice Export

      Is it possible to export the background view from a section slice together with the actual section cut objects?

      posted in SketchUp Discussions sketchup
      S
      SYD_UK
    • RE: Replicate Layer

      Hello remus
      Thank you for your reply.
      I already have Layer Manager v6 installed, but there is no functionality for this feature. I am still searching.
      The workaround is to open an additional SU window and a coy of the file in question, rename a suitable layer to make a replica copy of, and copy and paste an object on that layer into the target file in the other current SU window.
      This is surely more time consuming, hence the request.
      Kind Regards
      Syd

      posted in SketchUp Discussions
      S
      SYD_UK
    • Replicate Layer

      Is there a Ruby Script file to add a layer which has identical properties to that of an existing selected layer; such as in AutoCAD packages, in the Layer Manager - selecting a layer and then creating a new layer (ALT+N), will add a duplicate unnamed layer with identical properties.

      posted in SketchUp Discussions sketchup
      S
      SYD_UK
    • RE: SketchUp Command Calls

      Thanks guys - I've added the code:

      { Sketchup.active_model.selection.clear }

      to the existing ContextMenuMenus.rb file TIG supplied

      Kind Regards
      Syd

      posted in SketchUp Discussions
      S
      SYD_UK
    • SketchUp Command Calls

      How would I put the EDIT pull down item SelectNone onto the Context menu?

      Also where can I find a reference list of default SketchUp command calls for use in Ruby Script files?

      posted in SketchUp Discussions sketchup
      S
      SYD_UK
    • RE: Copy Command

      Hello Jeff
      Thanks for the tip.
      I already use CTRL+C for copying and Paste In Place very often.
      But I will now use the standard Windows CTRL+C and CTRL+V within
      one SU model instaed of the standard CTRL+MOVE command.
      The only disadvantage is that unlike in say AutoCAD Architecture, there are no commands such as Copy with base point etc.
      Kind Regards
      Syd

      posted in SketchUp Discussions
      S
      SYD_UK
    • RE: Default Context Menu Customisation

      Thanks TIG
      Syd

      posted in SketchUp Discussions
      S
      SYD_UK
    • Copy Command

      Is it possible to create a direct copy command rather than
      using CTRL + MOVE?

      posted in SketchUp Discussions sketchup
      S
      SYD_UK
    • RE: Default Context Menu Customisation

      Thanks TIG, it works great.
      I have abridged the script to display just a shortened Tools
      section on the cascade menu from the context menu directly.
      Incidentally how would you position this new menu item at the
      top of the context menu?

      Kind Regards
      Syd

      posted in SketchUp Discussions
      S
      SYD_UK