T_Rhino_Geometry_SubDEdgePtr - mcneel/rhinocommon-api-docs GitHub Wiki
Efficiently manages a reference to an edge in a SubD. Contains connection information to faces and vertices.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public struct SubDEdgePtr : IEquatable<SubDEdgePtr>VB
Public Structure SubDEdgePtr
Implements IEquatable(Of SubDEdgePtr)The SubDEdgePtr type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
Below | |
![]() |
FaceCount | |
![]() |
Id | |
![]() |
Line | |
![]() |
Next | Links to next edge on this level. |
![]() |
Previous | Links to previous edge on this level. |
![]() |
SectorCoefficientFrom | |
![]() |
SectorCoefficientTo | |
![]() |
Status | |
![]() |
SubD | |
![]() |
Tag | |
![]() |
VertexFrom | |
![]() |
VertexTo |
| Name | Description | |
|---|---|---|
![]() |
ClearFaces | |
![]() |
Equals(Object) | (Overrides ValueType.Equals(Object).) |
![]() |
Equals(SubDEdgePtr) | |
![]() |
FaceAt | |
![]() |
GetHashCode | (Overrides ValueType.GetHashCode().) |
![]() |
GetSavedSubdivisionPoint | |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
OtherEnd | |
![]() |
SetSavedSubdivisionPoint | |
![]() |
ToString | (Overrides ValueType.ToString().) |
| Name | Description | |
|---|---|---|
![]()
|
Equality | |
![]()
|
Inequality |
| Name | Description | |
|---|---|---|
![]()
|
Default | |
![]()
|
UnsetSectorWeight |
Supported in: 6.0.16224.21491



