ENTITY dm_point
(* SCHEMA dimensional_inspection_schema; *)
ENTITY dm_point
SUBTYPE OF (representation);
WHERE
wr1: SIZEOF(QUERY ( repi <* SELF.items | (NOT ((
'DIMENSIONAL_INSPECTION_SCHEMA.CARTESIAN_POINT' IN TYPEOF(
repi)) AND (repi.name = 'measured point'))) )) = 1;
wr2: SIZEOF(QUERY ( repi <* SELF.items | (NOT ((
'DIMENSIONAL_INSPECTION_SCHEMA.CARTESIAN_POINT' IN TYPEOF(
repi)) AND (repi.name = 'expected point'))) )) <= 1;
END_ENTITY; -- dm_point
Explicit Attributes
Entity dm_point has the following local and inherited explicit attributes:
Derived Attributes
Entity dm_point has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity dm_point inherits from the following supertypes:
representation
Subtypes
No subtypesReferenced By
Entity dm_point 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