Description:

Create and add a new vertex to this list

Syntax:
public BrepVertex Add()
Returns:
Available since:
5.4

Description:

Create and add a new vertex to this list

Syntax:
public BrepVertex Add(
Point3d point,
double vertexTolerance
)
Parameters:
  • vertexTolerance
  • Type: double
  • Use RhinoMath.UnsetTolerance if you are unsure
Returns:
Available since:
5.4

Nothing found