ENTITY shape_aspect_relationship

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
-- DIFF IN AP203e2
-- DIFF IN AP238 STEP-NC
-- DIFF IN AP224
-- DIFF IN AP232
ENTITY shape_aspect_relationship
   SUPERTYPE OF (ONEOF(assembly_shape_joint_item_relationship, assembly_shape_constraint_item_relationship, connectivity_definition_item_relationship, shape_feature_fit_relationship));
      name : label;
      description : OPTIONAL text;
      relating_shape_aspect : shape_aspect;
      related_shape_aspect : shape_aspect;
   DERIVE
      id : identifier := get_id_value(SELF);
   WHERE
      WR1:
         SIZEOF(USEDIN(SELF, 'STEP_MERGED_AP_SCHEMA.ID_ATTRIBUTE.IDENTIFIED_ITEM')) <= 1;
END_ENTITY;

Explicit Attributes

Entity shape_aspect_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)shape_aspect_relationship
 descriptiontext (STRING)shape_aspect_relationship
 relating_shape_aspectshape_aspect (ENTITY)shape_aspect_relationship
 related_shape_aspectshape_aspect (ENTITY)shape_aspect_relationship

Derived Attributes

Entity shape_aspect_relationship has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)shape_aspect_relationship

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity shape_aspect_relationship has the following subtypes:
    angular_location     assembly_joint     assembly_shape_constraint_item_relationship*     assembly_shape_joint_item_relationship*     component_feature_joint*     component_feature_relationship*     connection_zone_based_assembly_joint     connection_zone_interface_plane_relationship*     connectivity_definition_item_relationship*     contact_feature_fit_relationship     dimensional_location*     dimensional_location_with_datum_feature     dimensional_location_with_path     directed_dimensional_location     feature_component_relationship*     feature_for_datum_target_relationship*     make_from_feature_relationship     pattern_offset_membership     pattern_omit_membership     shape_aspect_associativity*     shape_aspect_deriving_relationship*     shape_aspect_transition*     shape_defining_relationship*     shape_feature_definition_element_relationship*     shape_feature_fit_relationship*
* - Immediate Subtypes

Referenced By

Entity shape_aspect_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 action_item SELECT shape_aspect_relationship
 acyclic_shape_aspect_relationship FUNCTION shape_aspect_relationship
 approval_item SELECT shape_aspect_relationship
 assembly_joint ENTITY shape_aspect_relationship
 assembly_shape_constraint_item_relationship ENTITY shape_aspect_relationship
 assembly_shape_joint_item_relationship ENTITY shape_aspect_relationship
 attribute_language_item SELECT shape_aspect_relationship
 between_shape_aspect ENTITY shape_aspect_relationship
 change_relationship_select SELECT shape_aspect_relationship
 classification_item SELECT shape_aspect_relationship
 component_feature_joint ENTITY shape_aspect_relationship
 component_feature_relationship ENTITY shape_aspect_relationship
 composite_shape_aspect ENTITY shape_aspect_relationship
 compound_features_of_equal_type RULE shape_aspect_relationship
 connection_zone_interface_plane_relationship ENTITY shape_aspect_relationship
 connectivity_definition_item_relationship ENTITY shape_aspect_relationship
 contact_feature_fit_relationship ENTITY shape_aspect_relationship
 cross_sectional_alternative_shape_element ENTITY shape_aspect_relationship
 cross_sectional_group_shape_element ENTITY shape_aspect_relationship
 datum ENTITY shape_aspect_relationship
 datum_feature ENTITY shape_aspect_relationship
 datum_target ENTITY shape_aspect_relationship
 description_item SELECT shape_aspect_relationship
 dimensional_location ENTITY shape_aspect_relationship
 document_reference_item SELECT shape_aspect_relationship
 draughting_model_item_definition SELECT shape_aspect_relationship
 effectivity_item SELECT shape_aspect_relationship
 feature_for_datum_target_relationship ENTITY shape_aspect_relationship
 geometric_item_specific_usage_select SELECT shape_aspect_relationship
 geometric_tolerance ENTITY shape_aspect_relationship
 get_diameter_for_round_hole FUNCTION shape_aspect_relationship
 get_round_holes_for_composite_hole FUNCTION shape_aspect_relationship
 groupable_item SELECT shape_aspect_relationship
 identification_item SELECT shape_aspect_relationship
 id_attribute_select SELECT shape_aspect_relationship
 multi_language_attribute_item SELECT shape_aspect_relationship
 represented_definition SELECT shape_aspect_relationship
 restrict_multi_language_for_shape_aspect_relationship RULE shape_aspect_relationship
 runout_zone_orientation_reference_direction ENTITY shape_aspect_relationship
 shape_aspect_deriving_relationship ENTITY shape_aspect_relationship
 shape_aspect_relationship_representation_association ENTITY shape_aspect_relationship
 shape_aspect_relationship_subtype_exclusiveness RULE shape_aspect_relationship
 shape_definition SELECT shape_aspect_relationship
 shape_feature_definition_element_relationship ENTITY shape_aspect_relationship
 shape_feature_fit_relationship ENTITY shape_aspect_relationship
 sts_get_product_definition_shape FUNCTION shape_aspect_relationship
 subtype_exclusiveness_shape_aspect_relationship RULE shape_aspect_relationship
 unique_gdt_element_id_constraint RULE shape_aspect_relationship


[Top Level Definitions] [Exit]

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