ENTITY rational_b_spline_curve
(* SCHEMA integrated_cnc_schema; *)
ENTITY rational_b_spline_curve
SUBTYPE OF (b_spline_curve);
weights_data : LIST [2:?] OF REAL;
DERIVE
weights : ARRAY [0:upper_index_on_control_points] OF REAL :=
list_to_array(weights_data, 0,
upper_index_on_control_points);
WHERE
WR1: SIZEOF(weights_data) = SIZEOF(SELF\b_spline_curve.
control_points_list);
WR2: curve_weights_positive(SELF);
END_ENTITY; -- 10303-42: geometry_schema
Explicit Attributes
Entity rational_b_spline_curve has the following local and inherited explicit attributes:
Derived Attributes
Entity rational_b_spline_curve has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity rational_b_spline_curve inherits from the following supertypes:
representation_item
geometric_representation_item
curve
bounded_curve
b_spline_curve
Subtypes
No subtypesReferenced By
Entity rational_b_spline_curve 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:22-02:00