NURBS Point Classes
 
 
 

Independent Points:

Independent points are those that don't rely on other objects to define their location. This is different than the dependent (or constrained) points described later.

Dependent (Constrained) Points:

The following classes provide the ability to create dependent points. Dependent points are related to the objects they depend on such that the relationship established initially remains if the point, curve or surface moves. For example, a point can be created such that it always remains a certain distance from another point. The options are XYZ-relative, along a normal, or along a tangent (or set of tangents for a surface-dependent constrained point).

All the following classes are derived from NURBSPoint.