SubDEdge Class |
Namespace: Rhino.Geometry
The SubDEdge type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.) | |
| ParentSubD |
SubD that this component belongs to
(Inherited from SubDComponent.) | |
| Tag |
identifies the type of subdivision edge.
| |
| VertexFrom |
Start vertex for this edge.
| |
| VertexTo |
End vertex for this edge.
|
| Name | Description | |
|---|---|---|
| ComponentIndex |
Gets the component index of this edge.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FaceAt |
Retrieve a SubDFace from this edge.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToNurbsCurve |
Get a cubic, uniform, non-rational, NURBS curve that is on the
edge's limit curve.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |