Click or drag to resize

MeshVertexListToPoint3dArray Method

Copies all vertices to a new array of Point3d.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d[] ToPoint3dArray()

Return Value

Type: Point3d
A new array.
See Also