Click or drag to resize

SubDEdge Properties

The SubDEdge type exposes the following members.

Properties
  NameDescription
Public propertyComponentDirection
True when this component is referenced with the reverse of its natural orientation. This is always false for vertices, and for edges and faces obtained directly from the parent SubD; it is only set on components reached through an oriented reference, such as the face on a given side of an oriented edge.
(Inherited from SubDComponent.)
Public propertyControlNetLine
Line representing the control net end points.
Public propertyFaceCount
Number of faces for this edge.
Public propertyId
Unique id within the parent SubD for this item
(Inherited from SubDComponent.)
Public propertyIsDamaged
Returns true if the SubD component is damaged.
(Inherited from SubDComponent.)
Public propertyIsDeleted
Returns true if the SubD component is deleted.
(Inherited from SubDComponent.)
Public propertyIsHidden
Returns true if the SubD component is hidden.
(Inherited from SubDComponent.)
Public propertyIsHighlighted
Returns true if the SubD component is highlighted.
(Inherited from SubDComponent.)
Public propertyIsLocked
Returns true if the SubD component is locked.
(Inherited from SubDComponent.)
Public propertyIsSelected
Returns true if the SubD component is selected.
(Inherited from SubDComponent.)
Public propertyIsSharp
Gets true if this edge is smooth and has a nonzero sharpness. A crease edge is not a sharp edge.
Public propertyParentSubD
SubD that this component belongs to
(Inherited from SubDComponent.)
Public propertyRelativeFaceLeft
The face on the left of this edge, with respect to the direction this edge is referenced with. Null for a boundary edge with no face on that side, and for a nonmanifold edge.
Public propertyRelativeFaceRight
The face on the right of this edge, with respect to the direction this edge is referenced with.
Public propertyRelativeVertexFrom
The vertex this edge starts at, taking ComponentDirection into account. This is VertexFrom for an edge in its natural orientation and VertexTo for a reversed one.
Public propertyRelativeVertexTo
The vertex this edge ends at, taking ComponentDirection into account.
Public propertySharpness
Gets or sets the sharpness of this edge.

The getter reports Crease for a crease edge; use GetSharpness(false) to get Smooth for creases instead.

Public propertyTag
identifies the type of subdivision edge.
Public propertyVertexFrom
Start vertex for this edge.
Public propertyVertexTo
End vertex for this edge.
Top
See Also