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:
AttributeTypeDefined By
 namelabel (STRING)geometric_tolerance_relationship
 descriptiontext (STRING)geometric_tolerance_relationship
 relating_geometric_tolerancegeometric_tolerance (ENTITY)geometric_tolerance_relationship
 related_geometric_tolerancegeometric_tolerance (ENTITY)geometric_tolerance_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity geometric_tolerance_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_geometric_tolerance_relationship FUNCTION geometric_tolerance_relationship
 geometric_tolerance ENTITY geometric_tolerance_relationship


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:16-04:00