Class | Description |
---|---|
BasicNurbsCurve |
A basic implementation of a parametric NURBS curve.
|
BasicNurbsSurface |
A basic implementation of a parametric NURBS surface.
|
ControlPoint |
A container that holds the coordinates of a NURBS control point in n-dimensional space.
|
ControlPointNet |
A network or matrix of control points for a NURBS surface in n-dimensional space.
|
CurveFactory |
A collection of methods for creating NURBS curves.
|
CurveUtils |
A collection of utility methods for working with NURBS curves.
|
KnotVector |
An immutable collection of knot values that are associated with a NURBS curve or
surface.
|
NurbsCurve |
The interface and implementation in common to all NURBS curves.
|
NurbsCurveTrans |
A
GeomTransform object that refers to a NurbsCurve object and
masquerades as a NurbsCurve object itself. |
NurbsSurface |
The interface and implementation in common to all NURBS surfaces.
|
NurbsSurfaceTrans |
A
GeomTransform object that refers to a NurbsSurface object and
masquerades as a NurbsSurface object itself. |
SurfaceFactory |
A collection of methods for creating NURBS surfaces
|
SurfaceUtils |
A collection of utility methods for working with NURBS surfaces.
|