Arbortext IsoDraw > Macro Language Reference > Menu Commands > Edit Menu > Select If / SubSelect If > [Sub]Select If Bounding Box
  
[Sub]Select If Bounding Box
Selects elements based on BOUNDING_BOX edge length (in millimeters, inches, or points).
* 
Units are set in the preferences panel forDrawing, or using the app.window.curSystem property. (See app.window.)
SELECT IFSUBSELECT IFBOUNDING_BOXIS SMALLER THANIS EQUAL TOIS LARGER THANedge_length
Parameters:
edge_length
any float
Condition
Selects element if…
IS SMALLER THAN
the length of its shortest bounding box edge is less than the edge_length.
IS EQUAL TO
all edges of its bounding box are of equal length and also equal to the edge_length.
IS LARGER THAN
the length of its longest bounding box edge is greater than the edge_length.
SELECT IF BOUNDING_BOX IS SMALLER THAN 24
SUBSELECT IF BOUNDING_BOX IS EQUAL TO 23.75