RhinoCommon API
MeshTextureCoordinateListSetTextureCoordinate Method (Int32, Point3f) |
Sets or adds a texture coordinate to the Texture Coordinate List.
If [index] is less than [Count], the existing coordinate at [index] will be modified.
If [index] equals [Count], a new coordinate is appended to the end of the coordinate list.
If [index] is larger than [Count], the function will return false.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool SetTextureCoordinate( int index, Point3f tc )
Public Function SetTextureCoordinate ( index As Integer, tc As Point3f ) As Boolean
Parameters
- index
- Type: SystemInt32
Index of texture coordinate to set. - tc
- Type: Rhino.GeometryPoint3f
Texture coordinate point.
Return Value
Type: Booleantrue on success, false on failure.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8