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

dbMoveFig

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

Description

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

If d_cellView is nil, the figure is moved to the same cellview as the original figure and keeps the same ID. If d_cellView is not nil, the figure is copied to the specified cellview, the original figure is deleted, and the new figure has a different ID.

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

Arguments

d_fig

Original dbObject of the instance to be moved.

d_cellView

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

l_transform

Describes the transformation of the figure during the move, such as offset, rotation, and magnification.

Value Returned

d_fig

The dbObject of the figure.

nil

The figure is not moved or transformed.

Examples

dstFig = dbMoveFig(srcFig nil list(-1:2 "R180"))

Related Topics

Figure Creation and Retrieval Functions


Return to top
 ⠀
X