db_transform_bbox()

Transforms a bounding box by rotation and mirror values from the current transformation as set by db_set_map(), db_setup_transformation(), or db_setup_map(). Returns a modified bounding box value.

Syntax:

db_transform_bbox(bBoxHandle);

where

bBoxHandle is the handle of a bounding box.

Example:
decl bboxH, newBBoxH;
bboxH = db_get_rep_bbox(repH);
newBBoxH = db_transform_bbox(bboxH);
Where Used:

Schematic, Layout

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources