ENTITY rational_b_spline_surface
(* SCHEMA cast_parts_schema; *)
ENTITY rational_b_spline_surface
SUBTYPE OF (b_spline_surface);
weights_data : LIST [2:?] OF LIST [2:?] OF REAL;
DERIVE
weights : ARRAY [0:u_upper] OF ARRAY [0:v_upper] OF REAL :=
make_array_of_array(weights_data,0,u_upper,0,v_upper);
WHERE
wr1: (SIZEOF(weights_data) = SIZEOF(SELF\b_spline_surface.
control_points_list)) AND (SIZEOF(weights_data[1]) = SIZEOF(
SELF\b_spline_surface.control_points_list[1]));
wr2: surface_weights_positive(SELF);
END_ENTITY; -- rational_b_spline_surface
Explicit Attributes
Entity rational_b_spline_surface has the following local and inherited explicit attributes:
Derived Attributes
Entity rational_b_spline_surface has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity rational_b_spline_surface inherits from the following supertypes:
representation_item
geometric_representation_item
surface
bounded_surface
b_spline_surface
Subtypes
No subtypesReferenced By
Entity rational_b_spline_surface 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