dbCopyShape
dbCopyShape(d_shapeId d_cellviewId[l_transform]) =>d_newShapeId/ nil
Description
Copies a shape to the specified cellview with the given transformation.
By default, coloring information is not copied. To copy coloring information, set the
cdba copyMPAttributes environment variable to t before using dbCopyShape.Arguments
|
Optional list value to transform the copied shape. |
Value Returned
Examples
dbCopyShape(shapeId cvId list(10:10 "R0" 1)
Related Topics
Object Creation and Retrieval Functions
Return to top