Value > MAXWrapper > Node > GeometryClass > Shape > Point_Curve |
Point_Curves are NURBS curve objects defined by interpolated points.
All NURBS objects are created through the special NURBS descriptor classes (see Working with NURBS ) and the Point_Curve class is used typically in object class testing with the classOf() function.
Scene objects created as Point Curve shape objects in the 3ds Max user interface have the class Point_Curve .
See Creating New NURBS Objectsfor details.
The rotational position of the cross-section in the renderer.
Diameter of the rendered curve.
Sets the number of sides for the curve mesh in the renderer. A value of 4 will give you a square cross section, for example.
When on, the curve is displayed in the rendered scene.
Turn this on to apply mapping coordinates. The U coordinate wraps once around the thickness of the NURBS curve; the V coordinate is mapped once along the length of the curve.
Additional properties for point curves are accessed through a NURBSSet descriptor object. See Working with NURBS for more details.