NURBSTexturePoint : NURBSObject

This class defines a single texture vertex in a NURBS texture surface.

Constructors

NURBSTexturePoint <point2> [indices:<point2>]

Create a NURBSTexturePoint with the specified UV coordinate. If indices: is specified, it sets the ordering the texture point in the texture surface.

getPoint <NURBSTextureSurface> <u_index> <v_index>

Properties

<nurbstexturepoint>.pos    : point2

The UV coordinate of the texture point.

Methods

setIndices <nurbstexturepoint> <u_index> <v_index>

Sets the ordering the texture point in the texture surface.

See also