Sets the visibility for a 3DFace edge at a given index.
Syntax
object.SetInvisibleEdge(Index, State)
Where:
object is an IntelliCAD Viewport or PViewport object;
Index is an Integer representing the index number of the face;
State is a Boolen variable specifying whether the visibility is on (True) or off (False).
Examples ...