SubDVertex Methods |
The SubDVertex type exposes the following members.
| 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.) |