ENTITY b_spline_curve_with_knots
(* SCHEMA ship_arrangement_schema; *)
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 ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:40:02-04:00