ENTITY b_spline_curve_with_knots
(* SCHEMA technical_data_packaging; *)
ENTITY b_spline_curve_with_knots
SUBTYPE OF (b_spline_curve);
knot_multiplicities : LIST [2:?] OF INTEGER;
knots : LIST [2:?] OF parameter_value;
knot_spec : knot_type;
DERIVE
upper_index_on_knots : INTEGER := SIZEOF(knots);
WHERE
wr1: constraints_param_b_spline(degree,upper_index_on_knots,
upper_index_on_control_points,knot_multiplicities,knots);
wr2: (SIZEOF(knot_multiplicities) = upper_index_on_knots);
END_ENTITY; -- b_spline_curve_with_knots
Explicit Attributes
Entity b_spline_curve_with_knots has the following local and inherited explicit attributes:
Derived Attributes
Entity b_spline_curve_with_knots has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity b_spline_curve_with_knots inherits from the following supertypes:
representation_item
geometric_representation_item
curve
bounded_curve
b_spline_curve
Subtypes
No subtypesReferenced By
Entity b_spline_curve_with_knots and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:35-04:00