This class defines an independent surface that uses points to describe its shape.
Any of the object's properties may be set via optional keyword arguments on the constructor.
The number of points in the point surface in the U and V directions. If this value is changed, the previous point data is not maintained.
The transformation matrix for the NURBSPointSurface. This controls the relative position of the item within a NURBSSet.
true if the surface is closed in the U direction, false if open.
true if the surface is closed in the V direction, false if open.
Get the indexed surface point as a NURBSIndependentPoint; point indexes are 1-based.
Get the indexed surface point to the given NURBSIndependentPoint; point indexes are 1-based.
Add new row of interpolated points in the U direction on the surface at the given parametric V point.
Add new column of interpolated points in the V direction on the surface at the given parametric U point.
Add a new row and column of interpolated points on the surface at the given parametric UV position.