ENTITY tolerance_value

(* SCHEMA Ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf; *)

ENTITY tolerance_value;
	lower_bound : measure_with_unit;
	upper_bound : measure_with_unit;
DERIVE
	lbvc : REAL := lower_bound\measure_with_unit.value_component;
	ubvc : REAL := upper_bound\measure_with_unit.value_component;
WHERE
	WR1 : ubvc > lbvc;
	WR2 : upper_bound\measure_with_unit.unit_component =
        lower_bound\measure_with_unit.unit_component;
END_ENTITY;

Explicit Attributes

Entity tolerance_value has the following local and inherited explicit attributes:
AttributeTypeDefined By
 lower_boundmeasure_with_unit (ENTITY)tolerance_value
 upper_boundmeasure_with_unit (ENTITY)tolerance_value

Derived Attributes

Entity tolerance_value has the following local and inherited derived attributes:
AttributeTypeDefined By
 lbvcREALtolerance_value
 ubvcREALtolerance_value

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity tolerance_value and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 tolerance_method_definition SELECT tolerance_value


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:40-04:00