ENTITY geometric_tolerance_relationship
(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP214/AP224/AP238 STEP-NC/AP242
ENTITY geometric_tolerance_relationship;
name : label;
description : text;
relating_geometric_tolerance : geometric_tolerance;
related_geometric_tolerance : geometric_tolerance;
WHERE
WR1:
((NOT (name = 'composite tolerance') OR ('STEP_MERGED_AP_SCHEMA.POSITION_TOLERANCE' IN TYPEOF(relating_geometric_tolerance)) AND ('STEP_MERGED_AP_SCHEMA.POSITION_TOLERANCE' IN TYPEOF(related_geometric_tolerance))) OR ('STEP_MERGED_AP_SCHEMA.LINE_PROFILE_TOLERANCE' IN TYPEOF(relating_geometric_tolerance)) AND ('STEP_MERGED_AP_SCHEMA.LINE_PROFILE_TOLERANCE' IN TYPEOF(related_geometric_tolerance))) OR ('STEP_MERGED_AP_SCHEMA.SURFACE_PROFILE_TOLERANCE' IN TYPEOF(relating_geometric_tolerance)) AND ('STEP_MERGED_AP_SCHEMA.SURFACE_PROFILE_TOLERANCE' IN TYPEOF(related_geometric_tolerance));
WR2:
NOT (name = 'composite tolerance') OR (relating_geometric_tolerance\geometric_tolerance.toleranced_shape_aspect :=: related_geometric_tolerance\geometric_tolerance.toleranced_shape_aspect);
WR3:
acyclic_geometric_tolerance_relationship(SELF, [ related_geometric_tolerance ], 'STEP_MERGED_AP_SCHEMA.GEOMETRIC_TOLERANCE');
END_ENTITY;
Explicit Attributes
Entity geometric_tolerance_relationship has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
name | label (STRING) | geometric_tolerance_relationship |
description | text (STRING) | geometric_tolerance_relationship |
relating_geometric_tolerance | geometric_tolerance (ENTITY) | geometric_tolerance_relationship |
related_geometric_tolerance | geometric_tolerance (ENTITY) | geometric_tolerance_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity geometric_tolerance_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:32-04:00