ENTITY general_property_association

(* SCHEMA step_merged_ap_schema; *)
ENTITY general_property_association;
      name : label;
      description : OPTIONAL text;
      base_definition : general_property;
      derived_definition : derived_property_select;
   WHERE
      WR1:
         (SIZEOF([ 'STEP_MERGED_AP_SCHEMA.DIMENSIONAL_LOCATION', 'STEP_MERGED_AP_SCHEMA.DIMENSIONAL_SIZE', 'STEP_MERGED_AP_SCHEMA.GEOMETRIC_TOLERANCE' ] * TYPEOF(derived_definition)) > 0) OR (SIZEOF(USEDIN(derived_definition, 'STEP_MERGED_AP_SCHEMA.GENERAL_PROPERTY_ASSOCIATION.DERIVED_DEFINITION')) = 1);
      wr2:
         (SIZEOF([ 'STEP_MERGED_AP_SCHEMA.DIMENSIONAL_LOCATION', 'STEP_MERGED_AP_SCHEMA.DIMENSIONAL_SIZE', 'STEP_MERGED_AP_SCHEMA.GEOMETRIC_TOLERANCE' ] * TYPEOF(derived_definition)) > 0) OR (derived_definition.name = base_definition.name);
END_ENTITY;

Explicit Attributes

Entity general_property_association has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)general_property_association
 descriptiontext (STRING)general_property_association
 base_definitiongeneral_property (ENTITY)general_property_association
 derived_definitionderived_property_select (SELECT)general_property_association

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity general_property_association and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 contact_ratio_representation ENTITY general_property_association
 general_material_property ENTITY general_property_association
 hardness_representation ENTITY general_property_association
 restrict_product_definition_context_for_external_properties RULE general_property_association
 surface_texture_representation ENTITY general_property_association
 tactile_appearance_representation ENTITY general_property_association
 visual_appearance_representation ENTITY general_property_association


[Top Level Definitions] [Exit]

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