Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geTransformUserBBox

geTransformUserBBox( 
l_bbox 
l_transform 
)
=> l_bBox_new 

Description

Transforms the specified bounding box by a list describing the offset, orientation, and magnification.

Arguments

l_bBox

Bounding box to be transformed.

l_transform

List the offset, orientation, and magnification of the bBox.

Value Returned

l_bBox_new

The bounding box resulting from transformation.

Examples

geTransformUserBBox(list(lowerLeft upperRight) list(Offset Orient Mag))
geTransformUserBBox(list(2:3 4:8) list(1:0  "R0" 1.1))

Related Topics

Utility Functions

Return to top
 ⠀
X