ENTITY shape_definition_representation

(* SCHEMA structural_analysis_design; *)
  ENTITY shape_definition_representation
    SUBTYPE OF (property_definition_representation);
    WHERE
      wr1: (('STRUCTURAL_ANALYSIS_DESIGN.SHAPE_DEFINITION' IN TYPEOF(SELF.
               definition.definition)) OR (
               'STRUCTURAL_ANALYSIS_DESIGN.PRODUCT_DEFINITION_SHAPE' IN 
               TYPEOF(SELF.definition)));
      wr2: ('STRUCTURAL_ANALYSIS_DESIGN.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

Entity shape_definition_representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 assembly_shape_is_defined FUNCTION property_definition_representation
 assembly_shape_is_defined FUNCTION shape_definition_representation
 axisymmetric_curve_2d_element_representation ENTITY property_definition_representation
 axisymmetric_surface_2d_element_representation ENTITY property_definition_representation
 axisymmetric_volume_2d_element_representation ENTITY property_definition_representation
 curve_3d_element_representation ENTITY property_definition_representation
 data_environment ENTITY property_definition_representation
 fea_material_property_representation ENTITY property_definition_representation
 plane_curve_2d_element_representation ENTITY property_definition_representation
 plane_surface_2d_element_representation ENTITY property_definition_representation
 plane_volume_2d_element_representation ENTITY property_definition_representation
 structural_response_property_definition_representation ENTITY property_definition_representation
 surface_3d_element_representation ENTITY property_definition_representation
 volume_3d_element_representation ENTITY property_definition_representation


[Top Level Definitions] [Exit]

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