SubDEdge Class |
Namespace: Rhino.Geometry
The SubDEdge 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.) | |
| ControlNetLine |
Line representing the control net end points.
| |
| FaceCount | Number of faces for this edge. | |
| 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.) | |
| IsSharp |
Gets true if this edge is smooth and has a nonzero sharpness.
A crease edge is not a sharp edge.
| |
| ParentSubD |
SubD that this component belongs to
(Inherited from SubDComponent.) | |
| RelativeFaceLeft |
The face on the left of this edge, with respect to the direction this edge is
referenced with. Null for a boundary edge with no face on that side, and for a
nonmanifold edge.
| |
| RelativeFaceRight |
The face on the right of this edge, with respect to the direction this edge is
referenced with.
| |
| RelativeVertexFrom |
The vertex this edge starts at, taking ComponentDirection
into account. This is VertexFrom for an edge in its natural
orientation and VertexTo for a reversed one.
| |
| RelativeVertexTo |
The vertex this edge ends at, taking ComponentDirection
into account.
| |
| Sharpness |
Gets or sets the sharpness of this edge.
The getter reports Crease for a crease edge; use GetSharpness(false) to get Smooth for creases instead. | |
| Tag |
identifies the type of subdivision edge.
| |
| VertexFrom |
Start vertex for this edge.
| |
| VertexTo |
End vertex for this edge.
|
| Name | Description | |
|---|---|---|
| ClearSavedSubdivisionPoints |
Discards the cached subdivision and surface points for this edge, so they are
recomputed on next use.
| |
| ComponentIndex |
Gets the component index of this edge.
| |
| EndSharpness |
Gets the sharpness of this edge at one of its ends.
| |
| 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 edge.
| |
| GetHashCode |
Gets a hash code for this component.
(Inherited from SubDComponent.) | |
| GetSharpness |
Gets the sharpness of this edge, reporting
Crease for a crease edge.
| |
| GetSharpness(Boolean) |
Gets the sharpness of this edge.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RelativeFaceAt |
Gets the face on one side of this edge, relative to the direction this edge is
referenced with.
| |
| RelativeVertexAt |
Gets one of this edge's two vertices, relative to the direction this edge is
referenced with.
| |
| ReverseComponentDirection |
Flips ComponentDirection and returns this component, so it can be used
inline where an oppositely oriented reference is wanted.
(Inherited from SubDComponent.) | |
| ToNurbsCurve |
Get a cubic, uniform, non-rational, NURBS curve that is on the
edge's limit curve.
| |
| 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.) |