(* SCHEMA AUTOMOTIVE_DESIGN; *)
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 | (
'AUTOMOTIVE_DESIGN.' + 'POINT' IN TYPEOF(i)) AND (i.name =
'centre point'))) <> 1)))) = 0;
END_RULE; -- 10303-214: automotive_design
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:12-04:00