SubDVertex Class |
Namespace: Rhino.Geometry
The SubDVertex type exposes the following members.
| Name | Description | |
|---|---|---|
| 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
|
| Name | Description | |
|---|---|---|
| EdgeAt |
Retrieve a SubDEdge from this vertex
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FaceAt |
Retrieve a SubDFace from this vertex
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetControlNetPoint |
Change the location of the "control net" point that this SubDVertex represents
| |
| SurfacePoint |
The SubD surface point
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |