ENTITY dm_tolerance_analysis_mode_dml
(* SCHEMA dimensional_inspection_schema; *)
ENTITY dm_tolerance_analysis_mode_dml
SUBTYPE OF (dimensional_measurement_representation);
WHERE
wr1: SIZEOF(QUERY ( repi <* SELF.items | ((('DIMENSIONAL_INSPECTION_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM'
IN TYPEOF(repi)) AND (repi.name =
'feature tolerance mode method')) AND (repi.description IN [
'least square 3d','least square normal',
'minimum deviation 3d','standard'])) )) <= 1;
wr2: SIZEOF(QUERY ( repi <* SELF.items | ((('DIMENSIONAL_INSPECTION_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM'
IN TYPEOF(repi)) AND (repi.name =
'feature tolerance mode option')) AND (repi.description IN [
'high point','best fit'])) )) <= 1;
wr3: SIZEOF(QUERY ( repi <* SELF.items | ((('DIMENSIONAL_INSPECTION_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM'
IN TYPEOF(repi)) AND (repi.name =
'feature tolerance mode setting')) AND (repi.description IN
['inner','outer','standard'])) )) <= 1;
wr4: SIZEOF(QUERY ( repi <* SELF.items | ((('DIMENSIONAL_INSPECTION_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM'
IN TYPEOF(repi)) AND (repi.name =
'feature tolerance mode method default')) AND (repi.
description IN ['standard'])) )) = 1;
wr5: SIZEOF(QUERY ( repi <* SELF.items | ((('DIMENSIONAL_INSPECTION_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM'
IN TYPEOF(repi)) AND (repi.name =
'feature tolerance mode option default')) AND (repi.
description IN ['best fit'])) )) = 1;
wr6: SIZEOF(QUERY ( repi <* SELF.items | ((('DIMENSIONAL_INSPECTION_SCHEMA.DESCRIPTIVE_REPRESENTATION_ITEM'
IN TYPEOF(repi)) AND (repi.name =
'feature tolerance mode setting default')) AND (repi.
description IN ['standard'])) )) = 1;
END_ENTITY; -- dm_tolerance_analysis_mode_dml
Explicit Attributes
Entity dm_tolerance_analysis_mode_dml has the following local and inherited explicit attributes:
Derived Attributes
Entity dm_tolerance_analysis_mode_dml has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity dm_tolerance_analysis_mode_dml inherits from the following supertypes:
representation
dimensional_measurement_representation
Subtypes
No subtypesReferenced By
Entity dm_tolerance_analysis_mode_dml 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:17-04:00