M_Rhino_Geometry_Collections_MeshTextureCoordinateList_ReverseTextureCoordinates - mcneel/rhinocommon-api-docs GitHub Wiki
Reverses one coordinate direction of the texture coordinates. The region of the bitmap the texture uses does not change. Either Us or Vs direction is flipped.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool ReverseTextureCoordinates(
int direction
)
VB
Public Function ReverseTextureCoordinates (
direction As Integer
) As Boolean
- direction
- Type: System.Int32
0 = first texture coordinate is reversed.1 = second texture coordinate is reversed.
Type: Boolean
true if operation succeeded; otherwise, false.
Supported in: 6.0.16224.21491, 5D58w
MeshTextureCoordinateList Class
Rhino.Geometry.Collections Namespace