Thanks guys - ZORO2 is just the ticket!!
Kind Regards
Syd
Latest posts made by SYD_UK
-
RE: Section Slice Export
-
Section Slice Export
Is it possible to export the background view from a section slice together with the actual section cut objects?
-
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 -
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.
-
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 -
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?
-
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 -
Copy Command
Is it possible to create a direct copy command rather than
using CTRL + MOVE? -
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