Keep Construction Lines in V4

Next
 From:  svenster
9800.1 
Hi MoI forum. Can somebody tell me if possible in V4 to keep construction lines using script like in V3 ?


Sven
  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:  Frenchy Pilou (PILOU)
9800.2 In reply to 9800.1 
Keep Helper lines
script:moi.geometryDatabase.getObjects().getConstructionLines().setProperty( "isTemporary", false );

Erase Helper Lines
script:var gd = moi.geometryDatabase; gd.removeObjects( gd.getObjects().getConstructionLines() );

works fine with the V 4 beta! ;)
  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:  svenster
9800.3 In reply to 9800.2 
Thank you for code. was mistakenly installing ConstructionLine3.zip which would seem no longer relevant to V4.
  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:  Frenchy Pilou (PILOU)
9800.4 In reply to 9800.3 
I took the code from here (should works also in the V3 (tested)
http://kyticka.webzdarma.cz/3d/moi/#KeepCLine

EDITED: 10 May 2020 by PILOU

  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