M_Rhino_Geometry_Collections_MeshVertexNormalList_ToFloatArray - mcneel/rhinocommon-api-docs GitHub Wiki
Copies all vertex normals to a linear array of float in x,y,z order
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public float[] ToFloatArray()
VB
Public Function ToFloatArray As Single()
Type: Single[]
The float array.
Supported in: 6.0.16224.21491
MeshVertexNormalList Class
Rhino.Geometry.Collections Namespace