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

dbCopyFig

dbCopyFig( 
d_fig 
d_cellView 
[ l_transform ] 
) 
=> d_fig / nil 

Description

Copies and transforms a figure, and places it in a cellview.

If d_cellView is nil, the figure is copied in the same cellview as the original figure.

By default, coloring information is not copied. To copy coloring information, set the cdba copyMPAttributes environment variable to t before using dbCopyFig.

When copying a widthSpacingPattern region:

Arguments

d_fig

Original dbObject of the instance to be copied.

d_cellView

The cellview to which the figure is copied; if nil, the figure is copied to the same cellview.

l_transform

Describes the transformation of the original figure during the copy process, such as offset, rotation, and magnification.

Value Returned

d_fig

A new dbObject.

nil

The figure is not copied or transformed.

Examples

dstFig = dbCopyFig(srcFig dstCellView list(0:0 "R90" 2.0))

Related Topics

Figure Creation and Retrieval Functions


Return to top
 ⠀
X