M_Rhino_Geometry_Collections_MeshTextureCoordinateList_ToFloatArray - mcneel/rhinocommon-api-docs GitHub Wiki
Copies all vertices to a linear array of float in u,v 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
MeshTextureCoordinateList Class
Rhino.Geometry.Collections Namespace