M_Rhino_Geometry_Collections_MeshTextureCoordinateList_AddRange - mcneel/rhinocommon-api-docs GitHub Wiki

MeshTextureCoordinateList.AddRange Method

Appends an array of texture coordinates.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool AddRange(
	Point2f[] textureCoordinates
)

VB

Public Function AddRange ( 
	textureCoordinates As Point2f()
) As Boolean

Parameters

 

textureCoordinates
Type: Rhino.Geometry.Point2f[]
Texture coordinates to append.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTextureCoordinateList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️