|
ENTITY surface_smoothness_geometric_constraint SUBTYPE OF (explicit_geometric_constraint); SELF\explicit_constraint.constrained_elements : SET [1:1] OF surface_patch_set; u_smoothness : transition_code; v_smoothness : transition_code; WHERE WR1: SIZEOF(SELF\explicit_constraint.reference_elements) = 0; END_ENTITY; -- surface_smoothness_geometric_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; 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; surface_smoothness_geometric_constraint (RT) constrained_elements: SET [1:1] OF surface_patch_set; u_smoothness: transition_code; v_smoothness: transition_code; |
Global rules for this entity data type- |