Click or drag to resize

MeshVertexListToFloatArray Method

Copies all vertices to a linear array of float in x,y,z order

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.9
Syntax
public float[] ToFloatArray()

Return Value

Type: Single
The float array.
See Also