Skip to content

M_Rhino_Geometry_Collections_MeshTextureCoordinateList_NormalizeTextureCoordinates

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

MeshTextureCoordinateList.NormalizeTextureCoordinates Method

Scales the texture coordinates so the texture domains are [0,1] and eliminate any texture rotations.

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

Syntax

C#

public bool NormalizeTextureCoordinates()

VB

Public Function NormalizeTextureCoordinates 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