T_Rhino_Geometry_SubDEdgePtr - mcneel/rhinocommon-api-docs GitHub Wiki

SubDEdgePtr Structure

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

Syntax

C#

public struct SubDEdgePtr : IEquatable<SubDEdgePtr>

VB

Public Structure SubDEdgePtr
	Implements IEquatable(Of SubDEdgePtr)

The SubDEdgePtr type exposes the following members.

Properties

 

Name Description
Public property Below
Public property FaceCount
Public property Id
Public property Line
Public property Next Links to next edge on this level.
Public property Previous Links to previous edge on this level.
Public property SectorCoefficientFrom
Public property SectorCoefficientTo
Public property Status
Public property SubD
Public property Tag
Public property VertexFrom
Public property VertexTo
  Back to Top

Methods

 

Name Description
Public method ClearFaces
Public method Equals(Object) (Overrides ValueType.Equals(Object).)
Public method Equals(SubDEdgePtr)
Public method FaceAt
Public method GetHashCode (Overrides ValueType.GetHashCode().)
Public method GetSavedSubdivisionPoint
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method OtherEnd
Public method SetSavedSubdivisionPoint
Public method ToString (Overrides ValueType.ToString().)
  Back to Top

Operators

 

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

Fields

 

Name Description
Public fieldStatic member Default
Public fieldStatic member UnsetSectorWeight
  Back to Top

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Rhino.Geometry Namespace

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