|
ENTITY pgc_with_dimension SUBTYPE OF (parallel_geometric_constraint); distance_value : non_negative_length_measure; negative_direction : BOOLEAN; WHERE WR1: (SIZEOF(SELF\explicit_constraint.reference_elements) = 1) OR (SIZEOF(SELF\explicit_constraint.constrained_elements) = 2); WR2: SIZEOF(QUERY(q <* (SELF\explicit_constraint.reference_elements + SELF\explicit_constraint.constrained_elements) | SIZEOF(TYPEOF(q) * ['GEOMETRY_SCHEMA.DIRECTION', 'GEOMETRY_SCHEMA.VECTOR']) > 0)) = 0; END_ENTITY; -- pgc_with_dimension |
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; parallel_geometric_constraint (RT) constrained_elements: SET [1:?] OF linear_geometry_constraint_element; (RT) reference_elements: SET [0:1] OF linear_geometry_constraint_element; pgc_with_dimension distance_value: non_negative_length_measure; negative_direction: BOOLEAN; |
| parallel_assembly_constraint_with_dimension (assembly_constraint_schema) |
Global rules for this entity data type- |