ENTITY b_spline_surface_with_knots
(* SCHEMA integrated_cnc_schema; *)
ENTITY b_spline_surface_with_knots
SUBTYPE OF (b_spline_surface);
u_multiplicities : LIST [2:?] OF INTEGER;
v_multiplicities : LIST [2:?] OF INTEGER;
u_knots : LIST [2:?] OF parameter_value;
v_knots : LIST [2:?] OF parameter_value;
knot_spec : knot_type;
DERIVE
knot_u_upper : INTEGER := SIZEOF(u_knots);
knot_v_upper : INTEGER := SIZEOF(v_knots);
WHERE
WR1: constraints_param_b_spline(SELF\b_spline_surface.u_degree,
knot_u_upper, SELF\b_spline_surface.u_upper, u_multiplicities
, u_knots);
WR2: constraints_param_b_spline(SELF\b_spline_surface.v_degree,
knot_v_upper, SELF\b_spline_surface.v_upper, v_multiplicities
, v_knots);
WR3: SIZEOF(u_multiplicities) = knot_u_upper;
WR4: SIZEOF(v_multiplicities) = knot_v_upper;
END_ENTITY; -- 10303-42: geometry_schema
Explicit Attributes
Entity b_spline_surface_with_knots has the following local and inherited explicit attributes:
Derived Attributes
Entity b_spline_surface_with_knots has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity b_spline_surface_with_knots inherits from the following supertypes:
representation_item
geometric_representation_item
surface
bounded_surface
b_spline_surface
Subtypes
No subtypesReferenced By
Entity b_spline_surface_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