get_midpoint
get_midpoint
-set d_setObj
Description
Returns the midpoint of the collective area represented by the bounding boxes of all instances in the given set. If the set does not contain at least one instance, an error message is issued.
Arguments
Value Returned
|
Indicates the midpoint of the collective area of bounding boxes for instances in the given set. |
|
Examples
The following example finds all cells whose master name begins with BUFA within a 20.6 micron radius from the collective midpoint of all cells whose master name begins with DFFB.
find_instance_of -cell BUFA* -ref_pt [get_midpoint -set [find_instance_of -cell DFFB*]] -find_radius 20.6
Related Topics
Return to top