dbCopyFig
dbCopyFig(d_figd_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:
- This function copies all Width Spacing Pattern (WSP) attributes except the committed pattern attributes. This is because the committed pattern attributes are recomputed by DRD based on the target location.
-
This function skips the shapes in the WSP region for which the createType is
systemCreated. This is because these shapes are maintained by the system and are not intended for interactive editing.
Arguments
Value Returned
Examples
dstFig = dbCopyFig(srcFig dstCellView list(0:0 "R90" 2.0))
Related Topics
Figure Creation and Retrieval Functions
Return to top