MeshVertexNormalList.ToFloatArray Method

MeshVertexNormalListToFloatArray Method

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

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public float[] ToFloatArray()
Public Function ToFloatArray As Single()

Return Value

Type: Single
The float array.
See Also