T_Rhino_Geometry_Collections_SubDVertexAccess - mcneel/rhinocommon-api-docs GitHub Wiki

SubDVertexAccess Class

Provides access to the vertices and vertex-related functionality of a SubD.

Inheritance Hierarchy

System.Object
  Rhino.Geometry.Collections.SubDVertexAccess
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public class SubDVertexAccess : IEnumerable<SubDVertexPtr>, 
	IEnumerable

VB

Public Class SubDVertexAccess
	Implements IEnumerable(Of SubDVertexPtr), IEnumerable

The SubDVertexAccess type exposes the following members.

Properties

 

Name Description
Public property Count Gets or sets the number of SubD vertices.
Public property First
  Back to Top

Methods

 

Name Description
Public method Add(SubD.SubDVertexTag, Point3d) Adds a new vertex to the end of the Vertex list.
Public method Add(SubD.SubDVertexTag, Double, Double, Double) Adds a new vertex to the end of the Vertex list.
Public method AddVertices(SubD.SubDVertexTag, IEnumerable(Point3d)) Adds a series of new vertices to the end of the vertex list. This overload accepts double-precision points.
Public method AddVertices(SubD.SubDVertexTag, IEnumerable(Point3f)) Adds a series of new vertices to the end of the vertex list. This overload accepts single-precision points.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Find
Public method GetEnumerator
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetUnboundSectorIterator This iterator needs to be reset before any use is sensible.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RemoveVertexAndConnections(Int32) Removes a vertex from the subD. All connected parts are removed, too.
Public method RemoveVertexAndConnections(Int32[]) Removes some vertices from the subD.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TryFind
  Back to Top

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Rhino.Geometry.Collections Namespace

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