Non-uniform rational basis spline (NURBS)

Because Non-uniform rational basis spline (NURBS) canComplex NURBS models tend to slow MAX down
actually incorporate simple shapes to build complexquite a bit. There is no way around this except to
geometry, there are some handy techniques thathide sections of the model that you are not working
you can use when you are building NURBS objects.on. After you have decided, at least tentatively, on
When using Point curves, you can reduce the overallwhich modeling method to use, you can begin to
amount of computing resources taken up by thefigure out how to model your design. Whether you
model by keeping the number of points relatively low.opted for Polygons, NURBS, or a combination, you will
In other words, do not add any extra points if thenext need to determine where on your model is the
shape does not need it. Like splines, however, NURBSright place to start.
curves need extra points if you need more detail.When looking for a starting point, ask yourself,
The curves will not render smoothly unless you add"Where is the foundation?" For an architectural
points to them. It is not until a NURBS curvedesign, it is often the actual foundation or at least a
becomes a surface does it actually renderfloor plan. Rarely would you start to build a house by
smoothly-as part of the surface instead of anconstructing the roof first. For a character, you
independent spline.would usually start at the center of gravity and work
Remember that you can convert normal Bezieroutward.
splines into NURBS curves by using the attachmentFor a mechanical design, you would often start with
method.the smaller, essential component and build outward.
However, most attached splines require that you useWhatever your situation calls for, it is safe to say
the Join command to connect all the broken points.that starting from some foundation point for
When starting out with or eventually working withmodeling is the most sure-fire way to begin the
complex NURBS surfaces, you will find that it is bestmodeling process.
to work one section at a time.