ENTITY planar_curve_pair_range
(* SCHEMA kinematic_structure_schema; *)
ENTITY planar_curve_pair_range
SUBTYPE OF (simple_pair_range);
SELF\simple_pair_range.applies_to_pair : planar_curve_pair;
range_on_curve_1 : trimmed_curve;
range_on_curve_2 : trimmed_curve;
WHERE
WR1: SELF\simple_pair_range.applies_to_pair\planar_curve_pair.curve_1 :=:
range_on_curve_1.basis_curve;
WR2: SELF\simple_pair_range.applies_to_pair\planar_curve_pair.curve_2 :=:
range_on_curve_2.basis_curve;
END_ENTITY;
Explicit Attributes
Entity planar_curve_pair_range has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity planar_curve_pair_range inherits from the following supertypes:
simple_pair_range
Subtypes
No subtypesReferenced By
Entity planar_curve_pair_range and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:00-04:00