Click or drag to resize

SubDComponent Properties

The SubDComponent 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.
Public propertyId
Unique id within the parent SubD for this item
Public propertyIsDamaged
Returns true if the SubD component is damaged.
Public propertyIsDeleted
Returns true if the SubD component is deleted.
Public propertyIsHidden
Returns true if the SubD component is hidden.
Public propertyIsHighlighted
Returns true if the SubD component is highlighted.
Public propertyIsLocked
Returns true if the SubD component is locked.
Public propertyIsSelected
Returns true if the SubD component is selected.
Public propertyParentSubD
SubD that this component belongs to
Top
See Also