Skip to content

M_Rhino_Geometry_Collections_MeshTextureCoordinateList_TransposeTextureCoordinates

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshTextureCoordinateList.TransposeTextureCoordinates Method

Transposes texture coordinates. The region of the bitmap the texture uses does not change. All texture coordinates rows (Us) become columns (Vs), and vice versa.

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

Syntax

C#

public bool TransposeTextureCoordinates()

VB

Public Function TransposeTextureCoordinates As Boolean

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshTextureCoordinateList Class
Rhino.Geometry.Collections Namespace

Clone this wiki locally