ENTITY b_spline_curve_with_knots
(* SCHEMA integrated_cnc_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; -- 10303-42: geometry_schema
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] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:17-02:00