schCloneSymbol
schCloneSymbol(
d_cvId
d_masterId
l_origin
t_orient
)
=> t / nil
Description
Copies or clones graphics from an existing symbol into the target symbol cellview with the given location and orientation.
Arguments
Value Returned
|
Graphics were copied or cloned from an existing symbol into the target symbol cellview with the given location and orientation. |
|
Examples
Clones an inverter symbol from the sample library in the specified symbol cellview. The cloned graphics are placed at 0,0 with an R0 orientation.
symbolId = dbOpenCellViewByType( "sample" "inv" "symbol" "" 'r )
schCloneSymbol( cvId symbolId 0:0 "R0" )
Return to top