SubDVertex Properties |
The SubDVertex type exposes the following members.
| Name | Description | |
|---|---|---|
| ComponentDirection |
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.) | |
| ControlNetPoint |
Location of the "control net" point that this SubDVertex represents
| |
| EdgeCount | Number of edges for this vertex | |
| Edges |
All edges that this vertex is part of
| |
| FaceCount | Number of faces for this vertex | |
| Id |
Unique id within the parent SubD for this item
(Inherited from SubDComponent.) | |
| IsDamaged |
Returns true if the SubD component is damaged.
(Inherited from SubDComponent.) | |
| IsDeleted |
Returns true if the SubD component is deleted.
(Inherited from SubDComponent.) | |
| IsHidden |
Returns true if the SubD component is hidden.
(Inherited from SubDComponent.) | |
| IsHighlighted |
Returns true if the SubD component is highlighted.
(Inherited from SubDComponent.) | |
| IsLocked |
Returns true if the SubD component is locked.
(Inherited from SubDComponent.) | |
| IsSelected |
Returns true if the SubD component is selected.
(Inherited from SubDComponent.) | |
| Next |
Next vertex in linked list of vertices on this level
| |
| ParentSubD |
SubD that this component belongs to
(Inherited from SubDComponent.) | |
| Previous |
Previous vertex in linked list of vertices on this level
| |
| Tag |
identifies the type of subdivision vertex
|