ENTITY shape_definition_representation

(* SCHEMA explicit_draughting; *)
  ENTITY shape_definition_representation
    SUBTYPE OF (property_definition_representation);
    WHERE
      wr1: ('EXPLICIT_DRAUGHTING.SHAPE_DEFINITION' IN TYPEOF(SELF.
               definition.definition)) OR (
               'EXPLICIT_DRAUGHTING.PRODUCT_DEFINITION_SHAPE' IN TYPEOF(
               SELF.definition));
      wr2: 'EXPLICIT_DRAUGHTING.SHAPE_REPRESENTATION' IN TYPEOF(SELF.
               used_representation);
  END_ENTITY; -- shape_definition_representation

Explicit Attributes

Entity shape_definition_representation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 definitionproperty_definition (ENTITY)property_definition_representation
 used_representationrepresentation (ENTITY)property_definition_representation

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity shape_definition_representation inherits from the following supertypes:
  property_definition_representation

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:14:03-04:00