M_Rhino_Geometry_Collections_MeshTextureCoordinateList_Add_3 - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public int Add(
float s,
float t
)
VB
Public Function Add (
s As Single,
t As Single
) As Integer
- s
- Type: System.Single
S component of new texture coordinate. - t
- Type: System.Single
T component of new texture coordinate.
Type: Int32
The index of the newly added texture coordinate.
Supported in: 6.0.16224.21491, 5D58w
MeshTextureCoordinateList Class
Add Overload
Rhino.Geometry.Collections Namespace