SetInvisibleEdge Method |
Sets the visibility state of an edge at a given index.
Signature
object.SetInvisibleEdge Index, State
Object
3DFace
The object or objects this method applies to.
Index
Integer; input-only
An index specifying the edge to set. The index must be between 0
and 3 inclusive.
State
Boolean; input-only
TRUE: Sets the edge to invisible.
FALSE: Sets the edge to visible.
Remarks
You can create a 3DFace object in which all edges are invisible. It does not appear in wireframe presentations, but can hide material in line drawings. It does not appear in shaded renderings.
The Regen method must be called for any visibility changes to appear in the drawing.
Comments? |