ENTITY common_datum
(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY common_datum
SUBTYPE OF (composite_shape_aspect, datum);
WHERE
wr1 : SIZEOF(SELF.component_relationships) = 2;
wr2 : SIZEOF(QUERY(sar <* SELF.component_relationships | NOT ((
'AUTOMOTIVE_DESIGN.DATUM' IN TYPEOF(sar.related_shape_aspect)) AND NOT (
'AUTOMOTIVE_DESIGN.COMMON_DATUM' IN TYPEOF(sar.related_shape_aspect)))))
= 0;
END_ENTITY; (* declared in: aic_geometric_tolerances *)
Explicit Attributes
Entity common_datum has the following local and inherited explicit attributes:
Derived Attributes
Entity common_datum has the following local and inherited derived attributes:
Inverse Attributes
Entity common_datum has the following local and inherited inverse attributes:
Supertypes
Entity common_datum inherits from the following supertypes:
shape_aspect
composite_shape_aspect
shape_aspect
datum
Subtypes
No subtypesReferenced By
Entity common_datum and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:11-04:00