|
ENTITY fixed_constituent_assembly_constraint SUBTYPE OF (assembly_geometric_constraint, fixed_element_geometric_constraint); fixed_constituent : representative_shape_representation; WHERE WR1: SELF\explicit_constraint.constrained_elements[1] \geometric_representation_item.dim = 3; WR2: (assembly_leaf (using_product_definition_of_shape_representation (fixed_constituent)[1])); WR3: (SIZEOF(SELF\explicit_constraint.constrained_elements) = 1) AND (SIZEOF(SELF\explicit_constraint.reference_elements) = 0); WR4: fixed_constituent IN (using_representations(SELF\explicit_constraint.constrained_elements[1]) + using_representation_with_mapping(SELF\explicit_constraint.constrained_elements[1])); END_ENTITY; -- fixed_constituent_assembly_constraint |
Entity data types and their attributesrepresentation_itemname: label; variational_representation_item - explicit_constraint (OPT) description: text; constrained_elements: SET [1:?] OF representation_item; reference_elements: SET [0:?] OF representation_item; assembly_geometric_constraint - defined_constraint - geometric_representation_item (DER) dim: dimension_count; explicit_geometric_constraint (RT) constrained_elements: SET [1:?] OF geometric_representation_item; (RT) reference_elements: SET [0:?] OF geometric_representation_item; fixed_element_geometric_constraint (RT) constrained_elements: SET [1:?] OF geometric_constraint_element; fixed_constituent_assembly_constraint fixed_constituent: representative_shape_representation; |
Global rules for this entity data type- |