Isolate keep C-lines
All  1  2-4

Previous
Next
 From:  Michael Gibson
8233.2 In reply to 8233.1 
Hi Tom, that's possible by running this script before doing the Isolate:

script: /* select construction lines */ moi.geometryDatabase.getObjects().getConstructionLines().setProperty( 'selected', true );

That will set the construction lines to have the selected state so they will go with the selected objects in the Isolate operation.

You can also combine the Isolate onto the end of that like this:

script: /* Isolate with construction lines */ moi.geometryDatabase.getObjects().getConstructionLines().setProperty( 'selected', true ); moi.geometryDatabase.isolate();

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  mkdm
8233.3 In reply to 8233.2 
Hi Michael!

Thank you very much for that very useful addition to the Isolate script.

I just included into my shortcuts.

Best.

- Marco (mkm)

- Marco (mkdm)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  TOM (SIRTOM)
8233.4 
Great !
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1  2-4