T_Rhino_Geometry_SubDFacePtr - mcneel/rhinocommon-api-docs GitHub Wiki

SubDFacePtr Structure

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

Syntax

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.

Properties

 

Name Description
Public property Below
Public property Edges
Public property EdgeVertexCount
Public property Id
Public property IsDefault
Public property Next Links to next face on this level.
Public property Previous Links to previous face on this level.
Public property Status
Public property SubD
Public property Vertices
  Back to Top

Methods

 

Name Description
Public method AddEdgeFaceConnection
Public method CompareTo
Public method EdgeAt(Int32)
Public method EdgeAt(Int32, Boolean)
Public method Equals(Object) (Overrides ValueType.Equals(Object).)
Public method Equals(SubDFacePtr)
Public method GetHashCode (Overrides ValueType.GetHashCode().)
Public method GetSavedSubdivisionPoint
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf(SubDEdgePtr)
Public method IndexOf(SubDVertexPtr)
Public method RemoveEdge(Int32)
Public method RemoveEdge(SubDEdgePtr)
Public method SetSavedSubdivisionPoint
Public method ToString (Overrides ValueType.ToString().)
Public method VertexAt
  Back to Top

Operators

 

Name Description
Public operatorStatic member Equality
Public operatorStatic member Inequality
  Back to Top

Fields

 

Name Description
Public fieldStatic member Default
  Back to Top

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️