VisibilityEdge1 Property |
Specifies the visibility of a 3DFace edge 1.
Signature
object.VisibilityEdge1
object
3DFace
The object or objects this property applies to.
VisibilityEdge1
Boolean; read-write
TRUE: The edge is visible.
FALSE: The edge is invisible.
Remarks
You can also use the GetInvisibleEdge and SetInvisibleEdge methods to query or set the visibility of an edge. Because these methods use an index to specify the edge, they are useful when iterating through all the edges of a face.
Comments? |