Click or drag to resize

MeshTextureCoordinateListToFloatArray Method

Copies all vertices to a linear array of float in u,v order

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

Return Value

Type: Single
The float array.
See Also