M_Rhino_Geometry_Collections_MeshTextureCoordinateList_AddRange - mcneel/rhinocommon-api-docs GitHub Wiki
Appends an array of texture coordinates.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool AddRange(
Point2f[] textureCoordinates
)
VB
Public Function AddRange (
textureCoordinates As Point2f()
) As Boolean
- textureCoordinates
- Type: Rhino.Geometry.Point2f[]
Texture coordinates to append.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w
MeshTextureCoordinateList Class
Rhino.Geometry.Collections Namespace