GetInvisibleEdge Method |
Gets the visibility setting for an edge of a 3DFace object at a given index.
Signature
RetVal = object.GetInvisibleEdge(Index)
Object
3DFace
The object or objects this method applies to.
Index
Integer
The index of the edge to query. The index must be between 0 and 3
inclusive.
RetVal
Boolean
TRUE: The edge is invisible.
FALSE: The edge is visible.
Comments? |