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

dbTransformBBox

dbTransformBBox( 
l_bBox 
l_list 
) 
=> l_bBox_new 

Description

Transforms a bounding box.

Arguments

l_bBox

A list representing the coordinates of a bounding box.

l_list

List of the following: displacement vector for the transformation, rotation or reflection of the objects, and magnification (optional).

Valid values for rotation are R0, R90, R180, and R270.

Valid values for reflection are MX, MXR90, MY, and MYR90.

Value Returned

l_bBox_new

A list of the coordinates of the new bounding box.

Examples

dbTransformBBox(list(1.5:2.5 0:10) list(10:20 "R90"))
=> ((0.0 21.5) (7.5 20.0))

Related Topics

Shape Transformation Functions


Return to top
 ⠀
X