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

dbMoveShape

dbMoveShape( 
shapeId 
cellviewId
[l_transform] 
)
=> d_shapeId / nil

Description

Moves a shape to given cellview with given transformation.

Arguments

d_shapeId

Database ID of the shape to be moved.

d_cellviewId

Database ID of a cellview.

l_transform

Optional list value to transform the copied shape.
List includes: origin offset, rotation and magnitude. Default is '(0:0 "R0" 1)

Value Returned

d_shapeId

The database ID of the moved shape.

nil

An error occurred during execution.

Examples

dbMoveShape(shapeId cvId list(10:10 "R0" 1)

Related Topics

Object Creation and Retrieval Functions


Return to top
 ⠀
X