RULE dimensionality_is_two_or_three

(* SCHEMA associative_draughting; *)
  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; -- dimensionality_is_two_or_three

[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:14:12-04:00