M_Rhino_Geometry_Collections_MeshTextureCoordinateList_Add_2 - mcneel/rhinocommon-api-docs GitHub Wiki

MeshTextureCoordinateList.Add Method (Double, Double)

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

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

Syntax

C#

public int Add(
	double s,
	double t
)

VB

Public Function Add ( 
	s As Double,
	t As Double
) As Integer

Parameters

 

s
Type: System.Double
S component of new texture coordinate.
t
Type: System.Double
T component of new texture coordinate.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTextureCoordinateList Class
Add Overload
Rhino.Geometry.Collections Namespace

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