Skip to content

T_Rhino_Geometry_SubDVertexPtr

Will Pearson edited this page Aug 12, 2016 · 1 revision

SubDVertexPtr Structure

Efficiently manages a reference to a vertex in a SubD. Contains connection information to faces and edges.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public struct SubDVertexPtr : IEquatable<SubDVertexPtr>

VB

Public Structure SubDVertexPtr
	Implements IEquatable(Of SubDVertexPtr)

The SubDVertexPtr type exposes the following members.

Properties

 

Name Description
Public property Below
Public property EdgeCount
Public property Edges
Public property EdgesOrdered
Public property FaceCount
Public property Faces
Public property FacesOrdered
Public property Id
Public property IsTwoManifold
Public property Location
Public property Next Links to next vertex on this level.
Public property Previous Links to previous vertex on this level.
Public property Status
Public property SubD
Public property Tag
  Back to Top

Methods

 

Name Description
Public method AddEdge
Public method AddFace
Public method ClearEdges
Public method ClearFaces
Public method EdgeAt(Int32)
Public method EdgeAt(Int32, Boolean)
Public method EdgeFlipAt
Public method EdgesTaggedCount
Public method Equals(Object) (Overrides ValueType.Equals(Object).)
Public method Equals(SubDVertexPtr)
Public method FaceAt
Public methodStatic member FromSubDAndId
Public method GetHashCode (Overrides ValueType.GetHashCode().)
Public method GetSavedSubdivisionPoint
Public method GetSectorIterator()
Public method GetSectorIterator(SubDFacePtr, Boolean)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method RemoveEdge
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
  Back to Top

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Rhino.Geometry Namespace

Clone this wiki locally