M_Rhino_Geometry_Collections_MeshTextureCoordinateList_SetTextureCoordinates - mcneel/rhinocommon-api-docs GitHub Wiki
Sets all texture coordinates in one go.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool SetTextureCoordinates(
Point2f[] textureCoordinates
)
VB
Public Function SetTextureCoordinates (
textureCoordinates As Point2f()
) As Boolean
- textureCoordinates
- Type: Rhino.Geometry.Point2f[]
Texture coordinates to assign to the mesh.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w
MeshTextureCoordinateList Class
SetTextureCoordinates Overload
Rhino.Geometry.Collections Namespace