VisibilityEdge2 Property |
Specifies the visibility of a 3DFace edge 2.
Signature
object.VisibilityEdge2
object
3DFace
The object or objects this property applies to.
VisibilityEdge2
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? |