Click or drag to resize

MeshVertexListToPoint3fArray Method

Copies all vertices to a new array of Point3f.

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

Return Value

Type: Point3f
A new array.
See Also