T_Rhino_Geometry_SubDFacePtr - mcneel/rhinocommon-api-docs GitHub Wiki
Efficiently manages a reference to a polygonal face in a SubD, with any number of sides. Contains connection information to vertices and edges.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public struct SubDFacePtr : IEquatable<SubDFacePtr>,
IComparable<SubDFacePtr>
VB
Public Structure SubDFacePtr
Implements IEquatable(Of SubDFacePtr), IComparable(Of SubDFacePtr)
The SubDFacePtr type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Below | |
![]() |
Edges | |
![]() |
EdgeVertexCount | |
![]() |
Id | |
![]() |
IsDefault | |
![]() |
Next | Links to next face on this level. |
![]() |
Previous | Links to previous face on this level. |
![]() |
Status | |
![]() |
SubD | |
![]() |
Vertices |
Name | Description | |
---|---|---|
![]() |
AddEdgeFaceConnection | |
![]() |
CompareTo | |
![]() |
EdgeAt(Int32) | |
![]() |
EdgeAt(Int32, Boolean) | |
![]() |
Equals(Object) | (Overrides ValueType.Equals(Object).) |
![]() |
Equals(SubDFacePtr) | |
![]() |
GetHashCode | (Overrides ValueType.GetHashCode().) |
![]() |
GetSavedSubdivisionPoint | |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf(SubDEdgePtr) | |
![]() |
IndexOf(SubDVertexPtr) | |
![]() |
RemoveEdge(Int32) | |
![]() |
RemoveEdge(SubDEdgePtr) | |
![]() |
SetSavedSubdivisionPoint | |
![]() |
ToString | (Overrides ValueType.ToString().) |
![]() |
VertexAt |
Name | Description | |
---|---|---|
![]() ![]() |
Equality | |
![]() ![]() |
Inequality |
Name | Description | |
---|---|---|
![]() ![]() |
Default |
Supported in: 6.0.16224.21491