This class defines a dependent UV Loft Surface. This surface is similar to the U Loft surface, but has a set of curves in the V dimension as well as the U dimension.
any of the object's properties may be set via optional keyword arguments on the constructor.
The number of curves in the U direction used by the UV Loft.
The number of curves in the V direction used by the UV Loft.
Gets the NURBSSet index of the U direction indexed UV Loft curve; curve indexes are 1-based.
Sets the indexed UV Loft curve in the U direction to the curve specified by the NURBSSet index.
Gets the NURBSId of the U direction indexed UV Loft curve in the loft; curve indexes are 1-based.
Sets the indexed UV Loft curve in the U direction to the curve specified by the NURBSId.
Gets the NURBSSet index of the V direction indexed UV Loft curve; curve indexes are 1-based.
Sets the indexed UV Loft curve in the V direction to the curve specified by the NURBSSet index.
Gets the NURBSId of the V direction indexed UV Loft curve in the loft; curve indexes are 1-based.
Sets the indexed UV Loft curve in the V direction to the curve specified by the NURBSId.
Adds a curve to the end of the list of U direction UV Loft curves by specifying the NURBSId.
Adds a curve to the end of the list of U direction UV Loft curves by specifying the NURBSSet index.
Adds a curve to the end of the list of V direction UV Loft curves by specifying the NURBSSet index.
Adds a curve to the end of the list of V direction UV Loft curves by specifying the NURBSId.