ENTITY shape_definition_representation

(* SCHEMA integrated_cnc_schema; *)
ENTITY shape_definition_representation
  SUBTYPE OF (property_definition_representation);
  WHERE
    WR1: ('INTEGRATED_CNC_SCHEMA.PRODUCT_DEFINITION_SHAPE' IN TYPEOF(SELF.
              definition)) OR ('INTEGRATED_CNC_SCHEMA.SHAPE_DEFINITION' IN 
              TYPEOF(SELF.definition.definition));
    WR2: 'INTEGRATED_CNC_SCHEMA.SHAPE_REPRESENTATION' IN TYPEOF(SELF.
              used_representation);
END_ENTITY; -- 10303-41: product_property_representation_schema

Explicit Attributes

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

Derived Attributes

Entity shape_definition_representation has the following local and inherited derived attributes:
AttributeTypeDefined By
 descriptiontext (STRING)property_definition_representation
 namelabel (STRING)property_definition_representation

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity shape_definition_representation inherits from the following supertypes:
  property_definition_representation

Subtypes

    No subtypes

Referenced By

Entity shape_definition_representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 chamfer_requires_faces_or_features RULE property_definition_representation
 data_environment ENTITY property_definition_representation
 description_attribute_select SELECT property_definition_representation
 edge_round_requires_faces_or_features RULE property_definition_representation
 get_property_definition_representations FUNCTION property_definition_representation
 name_attribute_select SELECT property_definition_representation


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:23-02:00