ENTITY approximation_tolerance_parameter
(* SCHEMA presentation_appearance_schema; *)
ENTITY approximation_tolerance_parameter;
tolerances : SET [1:2] OF tolerance_parameter_select;
WHERE
WR1: (HIINDEX (SELF.tolerances) = 1 )
XOR
(TYPEOF (SELF.tolerances[1]) <> TYPEOF (SELF.tolerances[2]));
END_ENTITY;
Explicit Attributes
Entity approximation_tolerance_parameter has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity approximation_tolerance_parameter and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00