RULE compatible_dimension

(* SCHEMA integrated_cnc_schema; *)
RULE compatible_dimension FOR 
  (cartesian_point,
   direction,
   representation_context,
   geometric_representation_context);
  WHERE
    WR1: SIZEOF(QUERY (x <* cartesian_point| (SIZEOF(QUERY (y <* 
              geometric_representation_context| item_in_context(x, y) AND (
              HIINDEX(x.coordinates) <> y.coordinate_space_dimension))) > 0
              ))) = 0;
    WR2: SIZEOF(QUERY (x <* direction| (SIZEOF(QUERY (y <* 
              geometric_representation_context| item_in_context(x, y) AND (
              HIINDEX(x.direction_ratios) <> y.coordinate_space_dimension))
              ) > 0))) = 0;
END_RULE; -- 10303-42: geometry_schema

[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:25-02:00