MeshTextureCoordinateList.Add Method (Point2f)

MeshTextureCoordinateListAdd Method (Point2f)

Adds a new texture coordinate to the end of the Texture list.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int Add(
	Point2f tc
)
Public Function Add ( 
	tc As Point2f
) As Integer

Parameters

tc
Type: Rhino.GeometryPoint2f
Texture coordinate to add.

Return Value

Type: Int32
The index of the newly added texture coordinate.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also