RhinoCommon API
SubDFace Class |
Single face of a SubD
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
The SubDFace type exposes the following members.
| Name | Description | |
|---|---|---|
| EdgeCount |
Number of edges for this face. Note that EdgeCount is always the same
as VertexCount. Two properties are provided simply for clarity.
| |
| Id |
Unique id within the parent SubD for this item
(Inherited from SubDComponent.) | |
| LimitSurfaceCenterPoint |
Get the limit surface point location at the center of the face
| |
| ParentSubD |
SubD that this component belongs to
(Inherited from SubDComponent.) | |
| PerFaceColor |
If per-face color is "Empty", then this face does not have a custom color
| |
| VertexCount |
Number of vertices for this face. Note that EdgeCount is always the same
as VertexCount. Two properties are provided simply for clarity.
|
| Name | Description | |
|---|---|---|
| EdgeAt |
Get an edge at a given index
| |
| EdgeDirectionMatchesFaceOrientation |
Check if a given edge in this face has the same direction as the face orientation
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| VertexAt |
Get a vertex that this face uses by index
|