Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcBSplineCurveForm

Definition from ISO/CD 10303-42:1992: This type is used to indicate that the B-spline curve represents a part of a curve of some sppeci c form.

Enumeration:

NOTE: Corresponding STEP type: b_spline_curve_form. Please refer to ISO/IS 10303-42:1994, p. 15 for the final definition of the formal standard.

HISTORY: New type in Release IFC2x Edition 2.

EXPRESS specification:

TYPE IfcBSplineCurveForm = ENUMERATION OF
( POLYLINE_FORM,
CIRCULAR_ARC,
ELLIPTIC_ARC,
PARABOLIC_ARC,
HYPERBOLIC_ARC,
UNSPECIFIED);
END_TYPE;