All Frameworks Class Hierarchy This Framework Indexes
SPAkern Enumeration bs2_curve_form
enum bs2_curve_form {
bs2_curve_open_ends,
bs2_curve_closed_ends,
bs2_curve_periodic_ends,
bs2_curve_unknown_ends
}
Classifies the end conditions of a 2D B-spline curve.
- Values:
-
- bs2_curve_open_ends
- The curve has open ends.
- bs2_curve_closed_ends
- The curve has position continuity but not tangent
continuity.
- bs2_curve_periodic_ends
- The curve closes smoothly, and there is tangent
as well as position continuity around the ends.
- bs2_curve_unknown_ends
- Unknown end conditions.
This object is included in the file: bs2curve.hxx