ENTITY general_property_association

(* SCHEMA feature_based_process_planning; *)
  ENTITY general_property_association;
      name               : label;
      description        : OPTIONAL text;
      base_definition    : general_property;
      derived_definition : derived_property_select;
    WHERE
      wr1: SIZEOF(USEDIN(derived_definition,(
               'FEATURE_BASED_PROCESS_PLANNING.' + 
               'GENERAL_PROPERTY_ASSOCIATION.') + 'DERIVED_DEFINITION')) = 
               1;
      wr2: derived_definition.name = base_definition.name;
  END_ENTITY; -- general_property_association

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

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:01-04:00