M_Rhino_Geometry_Collections_BrepVertexList_Add_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Create and add a new vertex to this list
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public BrepVertex Add(
Point3d point,
double vertexTolerance
)
VB
Public Function Add (
point As Point3d,
vertexTolerance As Double
) As BrepVertex
- point
- Type: Rhino.Geometry.Point3d
[Missing documentation for "M:Rhino.Geometry.Collections.BrepVertexList.Add(Rhino.Geometry.Point3d,System.Double)"] - vertexTolerance
- Type: System.Double
Use RhinoMath.UnsetTolerance if you are unsure
Type: BrepVertex
[Missing documentation for "M:Rhino.Geometry.Collections.BrepVertexList.Add(Rhino.Geometry.Point3d,System.Double)"]
Supported in: 6.0.16224.21491, 5D58w
BrepVertexList Class
Add Overload
Rhino.Geometry.Collections Namespace