|
ENTITY Solid_with_incomplete_rectangular_pattern SUBTYPE OF (Solid_with_rectangular_pattern); omitted_instances : SET [1:?] OF LIST [1:2] OF INTEGER; WHERE WR1: NOT([1,1] IN omitted_instances); WR2: SIZEOF(omitted_instances) < ((SELF\Solid_with_rectangular_pattern.row_count * SELF\Solid_with_rectangular_pattern.column_count) - 1); WR3: SIZEOF(QUERY(q <* omitted_instances | ((q[1] > SELF\Solid_with_rectangular_pattern.row_count) OR (q[2] > SELF\Solid_with_rectangular_pattern.column_count)))) = 0; END_ENTITY; -- Solid_with_incomplete_rectangular_pattern |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Modified_solid rationale: STRING; base_solid: solid_select; Solid_with_rectangular_pattern location: Axis_placement; replicated_element: solid_with_placed_feature; row_count: INTEGER; column_count: INTEGER; row_spacing: length_measure; column_spacing: length_measure; Solid_with_incomplete_rectangular_pattern omitted_instances: SET [1:?] OF LIST [1:2] OF INTEGER; |
Global rules for this entity data type- |