RULE restrict_centre_of_mass_representation

(* SCHEMA step_merged_cad_schema; *)
RULE restrict_centre_of_mass_representation FOR (representation );
   WHERE
      wr1:
         SIZEOF(QUERY (r <* representation| (r.name = 'centre of mass') AND ((SIZEOF(r.items) <> 1) OR (SIZEOF(QUERY (i <* r.items| ('STEP_MERGED_CAD_SCHEMA.' + 'POINT' IN TYPEOF(i)) AND (i.name = 'centre point'))) <> 1)))) = 0;
END_RULE;

[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T15:22:04-05:00