RULE restrict_camera_image_in_view

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
RULE restrict_camera_image_in_view FOR (camera_image, presentation_view);
WHERE
  wr1 : SIZEOF(QUERY(ci <* camera_image | SIZEOF(QUERY(r <* USEDIN(ci, 
    'AUTOMOTIVE_DESIGN.REPRESENTATION.ITEMS') | 'AUTOMOTIVE_DESIGN.' + 
    'PRESENTATION_VIEW' IN TYPEOF(r))) <> 1)) = 0;
  wr2 : SIZEOF(QUERY(pv <* presentation_view | SIZEOF(QUERY(ri <* pv\
    representation.items | 'AUTOMOTIVE_DESIGN.' + 'CAMERA_IMAGE' IN TYPEOF(
    ri))) > 1)) = 0;
END_RULE; -- 10303-214: automotive_design

[Top Level Definitions] [Exit]

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