VisibilityEdge3 Property

Specifies the visibility of a 3DFace edge 3.

See Also | Example

Signature

object.VisibilityEdge3

object

3DFace
The object or objects this property applies to.

VisibilityEdge3

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?