Description:

Adds a series of new vertices to the end of the vertex list. This overload accepts double-precision points.

Syntax:
public void AddVertices(
IEnumerable<Point3d> vertices
)
Parameters:
  • vertices
  • Type: IEnumerable<Point3d>
  • A list, an array or any enumerable set of Point3d .
Returns:
Type: void
Available since:
5.0

Description:

Adds a series of new vertices to the end of the vertex list. This overload accepts single-precision points.

Syntax:
public void AddVertices(
IEnumerable<Point3f> vertices
)
Parameters:
  • vertices
  • Type: IEnumerable<Point3f>
  • A list, an array or any enumerable set of Point3f .
Returns:
Type: void
Available since:
5.0

Nothing found