BrepVertexList Class

BrepVertexList Class

Provides access to all the Vertices in a Brep object
Inheritance Hierarchy
SystemObject
  Rhino.Geometry.CollectionsBrepVertexList

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class BrepVertexList : IEnumerable<BrepVertex>, 
	IEnumerable
Public Class BrepVertexList
	Implements IEnumerable(Of BrepVertex), IEnumerable

The BrepVertexList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of brep vertices.
Public propertyItem
Gets the BrepVertex at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.
Top
Methods
  NameDescription
Public methodAdd
Create and add a new vertex to this list
Public methodAdd(Point3d, Double)
Create and add a new vertex to this list
Public methodAddPointOnFace
Adds a new point on face to the brep
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator that visits all surfaces.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also