M_Rhino_Geometry_Collections_BrepVertexList_Add_1 - mcneel/rhinocommon-api-docs GitHub Wiki

BrepVertexList.Add Method (Point3d, Double)

Create and add a new vertex to this list

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

Syntax

C#

public BrepVertex Add(
	Point3d point,
	double vertexTolerance
)

VB

Public Function Add ( 
	point As Point3d,
	vertexTolerance As Double
) As BrepVertex

Parameters

 

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

Return Value

Type: BrepVertex
[Missing documentation for "M:Rhino.Geometry.Collections.BrepVertexList.Add(Rhino.Geometry.Point3d,System.Double)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepVertexList Class
Add Overload
Rhino.Geometry.Collections Namespace

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