Click or drag to resize

SubDEdge Methods

The SubDEdge type exposes the following members.

Methods
  NameDescription
Public methodClearSavedSubdivisionPoints
Discards the cached subdivision and surface points for this edge, so they are recomputed on next use.
Public methodComponentIndex
Gets the component index of this edge.
Public methodEndSharpness
Gets the sharpness of this edge at one of its ends.
Public methodEquals(Object)
Determines whether an object is a SubDComponent referring to the same component, with the same orientation, in the same SubD.
(Inherited from SubDComponent.)
Public methodEquals(SubDComponent)
Determines whether this component and another refer to the same component, with the same orientation, in the same SubD.
(Inherited from SubDComponent.)
Public methodFaceAt
Retrieve a SubDFace from this edge.
Public methodGetHashCode
Gets a hash code for this component.
(Inherited from SubDComponent.)
Public methodGetSharpness
Gets the sharpness of this edge, reporting Crease for a crease edge.
Public methodGetSharpness(Boolean)
Gets the sharpness of this edge.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRelativeFaceAt
Gets the face on one side of this edge, relative to the direction this edge is referenced with.
Public methodRelativeVertexAt
Gets one of this edge's two vertices, relative to the direction this edge is referenced with.
Public methodReverseComponentDirection
Flips ComponentDirection and returns this component, so it can be used inline where an oppositely oriented reference is wanted.
(Inherited from SubDComponent.)
Public methodToNurbsCurve
Get a cubic, uniform, non-rational, NURBS curve that is on the edge's limit curve.
Public methodToString
Returns a string of the form "SubDEdge(+12)", naming the component type, the orientation it is referenced with, and its id.
(Inherited from SubDComponent.)
Top
See Also