RULE dimensionality_is_two_or_three

(* SCHEMA step_merged_ap_schema; *)
-- IN AP214
RULE dimensionality_is_two_or_three FOR (geometric_representation_context );
   WHERE
      wr1:
         SIZEOF(QUERY (g <* geometric_representation_context| NOT ((g.coordinate_space_dimension = 2) OR (g.coordinate_space_dimension = 3)))) = 0;
END_RULE;

[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:19-04:00