|
ENTITY printed_part_template_material_link SUBTYPE OF (shape_aspect, shape_aspect_relationship); SELF\shape_aspect_relationship.relating_shape_aspect : template_material_cross_section_boundary; SELF\shape_aspect_relationship.related_shape_aspect : template_material_cross_section_boundary; UNIQUE UR1 : related_shape_aspect, relating_shape_aspect; WHERE WR1: SELF\shape_aspect_relationship.related_shape_aspect :<>: SELF\shape_aspect_relationship.relating_shape_aspect; END_ENTITY; -- printed_part_template_material_link |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; shape_aspect_relationship name: label; (OPT) description: text; relating_shape_aspect: shape_aspect; related_shape_aspect: shape_aspect; (DER) id: identifier; printed_part_template_material_link (RT) relating_shape_aspect: template_material_cross_section_boundary; (RT) related_shape_aspect: template_material_cross_section_boundary; |
Global rules for this entity data type- |