MeshVertexList.AddVertices Method

MeshVertexListAddVertices Method

Overload List
  NameDescription
Public methodAddVertices(IEnumerablePoint3d)
Adds a series of new vertices to the end of the vertex list.

This overload accepts double-precision points.

Public methodAddVertices(IEnumerablePoint3f)
Adds a series of new vertices to the end of the vertex list.

This overload accepts single-precision points.

Top
See Also