Curve Management

 From:  Karsten (KMRQUS)
8750.2 In reply to 8750.1 
Hello Scott,

I put them together to a style. Curves to a curves style surfaces to another. Then you can hide/show them with a click in the browser. Other useful is to hide/show special geometry is a script you can find here: http://kyticka.webzdarma.cz/3d/moi/#HideSwap . You can switch here from all shown geometry to all hidden and vice versa. With the normal hide button you can bring special geometry to the other side.

Helpful to integrate the small script in the SidePane.html:

moi:CommandButton icon="icons/HideIcon.png" onclick="var gd = moi.geometryDatabase; if ( event.ctrlKey ) { gd.showSubset(); } else if ( event.button == 2 ) { gd.isolate(); } else { gd.hide(); }"><moi:Text textid="Hide"></moi:CommandButton>

<moi:CommandButton icon="icons/HideSwap.png" command="HideSwap"><moi:Text textid="HideSwap"></moi:CommandButton>




Have a nice day
Karsten

EDITED: 21 Dec 2017 by KMRQUS