ENTITY rational_b_spline_curve
(* SCHEMA cast_parts_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; -- rational_b_spline_curve
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] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:49-04:00