SubDVertex Class |
Namespace: Rhino.Geometry
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
|
| Name | Description | |
|---|---|---|
| ClearSavedSubdivisionPoints |
Discards the cached subdivision and surface points for this vertex, so they are
recomputed on next use.
| |
| ComponentIndex |
Gets the component index of this vertex.
| |
| EdgeAt |
Retrieve a SubDEdge from this vertex
| |
| Equals(Object) |
Determines whether an object is a SubDComponent referring to the same component,
with the same orientation, in the same SubD.
(Inherited from SubDComponent.) | |
| Equals(SubDComponent) |
Determines whether this component and another refer to the same component, with the
same orientation, in the same SubD.
(Inherited from SubDComponent.) | |
| FaceAt |
Retrieve a SubDFace from this vertex
| |
| GetHashCode |
Gets a hash code for this component.
(Inherited from SubDComponent.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ReverseComponentDirection |
Flips ComponentDirection and returns this component, so it can be used
inline where an oppositely oriented reference is wanted.
(Inherited from SubDComponent.) | |
| SetControlNetPoint |
Change the location of the "control net" point that this SubDVertex represents
| |
| SurfacePoint |
The SubD surface point
| |
| ToString |
Returns a string of the form "SubDEdge(+12)", naming the component type, the
orientation it is referenced with, and its id.
(Inherited from SubDComponent.) |