ENTITY dm_feature_relationship
(* SCHEMA dimensional_inspection_schema; *)
ENTITY dm_feature_relationship
SUBTYPE OF (shape_aspect_relationship);
WHERE
wr1: 'DIMENSIONAL_INSPECTION_SCHEMA.DM_FEATURE_DEFINITION' IN
TYPEOF(SELF.relating_shape_aspect);
wr2: SIZEOF(['DIMENSIONAL_INSPECTION_SCHEMA.DM_FEATURE_DEFINITION',
'DIMENSIONAL_INSPECTION_SCHEMA.FEATURE_DEFINITION'] *
TYPEOF(SELF.related_shape_aspect)) = 1;
END_ENTITY; -- dm_feature_relationship
Explicit Attributes
Entity dm_feature_relationship has the following local and inherited explicit attributes:
Derived Attributes
Entity dm_feature_relationship has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity dm_feature_relationship inherits from the following supertypes:
shape_aspect_relationship
Subtypes
No subtypesReferenced By
Entity dm_feature_relationship 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