isBBox
isBBox(l_bBox) =>t/nil
Description
Validates that the given bounding box is properly defined. This function should not be used with Pcells.
Arguments
Value Returned
Examples
isBBox( list( list( 0 0 ) list(5 5)) ) => t
Related Topics
Return to top