NURBSPoint : NURBSObject

This is the parent class for all the NURBS point classes and so is not directly constructable. The class describes a point in 3D space.

Properties

All NURBS point classes have the following properties. These properties are both gettable and settable for independent points, and read-only for dependent points. They are always given in the parent NURBS node local coordinate system.

<nurbspoint>.pos     : point3

<nurbspoint>.x       : float

<nurbspoint>.y       : float

<nurbspoint>.z       : float

See also