RULE restrict_centre_of_mass_representation

(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP214/AP242
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_AP_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
2020-07-28T17:02:20-04:00