M_Rhino_Geometry_Collections_MeshTextureCoordinateList_ReverseTextureCoordinates - mcneel/rhinocommon-api-docs GitHub Wiki

MeshTextureCoordinateList.ReverseTextureCoordinates Method

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

Syntax

C#

public bool ReverseTextureCoordinates(
	int direction
)

VB

Public Function ReverseTextureCoordinates ( 
	direction As Integer
) As Boolean

Parameters

 

direction
Type: System.Int32
0 = first texture coordinate is reversed.

1 = second texture coordinate is reversed.

Return Value

Type: Boolean
true if operation succeeded; otherwise, false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTextureCoordinateList Class
Rhino.Geometry.Collections Namespace

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