Hi Pilou, it is possible to set up a script that will hide seam edges.
To do that, set up the following as the command on a keyboard shortcut:
script: /* Hide seam edges */ var breps = moi.geometryDatabase.getObjects().getBReps(); for ( var i = 0; i < breps.length; ++i ) breps.item(i).getSeamEdges().setProperty( 'hidden', true );
> Or have in the export Mesh options "edges of intersection" visible?
Sorry I don't understand this part - what does this have to do with export meshes?
- Michael
|