RhinoCommon API
BrepVertexList Class |
Provides access to all the Vertices in a Brep object
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
The BrepVertexList type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of brep vertices.
| |
| Item |
Gets the BrepVertex at the given index.
The index must be valid or an IndexOutOfRangeException will be thrown.
|
| Name | Description | |
|---|---|---|
| Add |
Create and add a new vertex to this list
| |
| Add(Point3d, Double) |
Create and add a new vertex to this list
| |
| AddPointOnFace | Adds a new point on face to the brep | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Gets an enumerator that visits all surfaces.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |