RhinoCommon API
SubDEdge Class |
Single edge of a SubD
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
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.) | |
| 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 | |
|---|---|---|
| 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.) |