|
ENTITY context_dependent_shape_representation; representation_relation : shape_representation_relationship; represented_product_relation : product_definition_shape; DERIVE description : text := get_description_value(SELF); name : label := get_name_value(SELF); WHERE WR1: 'PRODUCT_DEFINITION_SCHEMA.PRODUCT_DEFINITION_RELATIONSHIP' IN TYPEOF(SELF.represented_product_relation.definition); WR2: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1; WR3: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'NAME_ATTRIBUTE.NAMED_ITEM')) <= 1; END_ENTITY; -- context_dependent_shape_representation |
Entity data types and their attributescontext_dependent_shape_representationrepresentation_relation: shape_representation_relationship; represented_product_relation: product_definition_shape; (DER) description: text; (DER) name: label; |
| component_2d_location (Physical_unit_2d_design_view_mim) |
| component_3d_location (Physical_unit_3d_design_view_mim) |
| manifold_constraining_context_dependent_shape_representation (Interconnect_non_planar_shape_mim) |
Global rules for this entity data type- |