RULE compatible_dimension

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
-- DIFF IN AP203e2
-- DIFF IN AP224
-- DIFF IN AP232
RULE compatible_dimension FOR (cartesian_point, direction, geometric_representation_context );
   WHERE
      WR1:
         ((SIZEOF(cartesian_point) = 0) AND (SIZEOF(direction) = 0)) AND (SIZEOF(geometric_representation_context) = 0) OR check_geometric_dimension(cartesian_point, direction, geometric_representation_context);
END_RULE;

[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:32:03-05:00