schHiCopy
schHiCopy( [ ?formFlagg_formFlag] [ ?rowsx_numrows] [ ?columnsx_numcols] [ ?useSelSett_useSelSet] ) => t
Description
Copies objects and data such as object properties. Objects can be copied between different schematic cellviews. Usable when editing schematics or symbols.
If the selected set contains multiple objects, you are prompted to click a reference point.
If the schematic cellview object selection set (
schSelSet) contains partially selected objects, these objects will be excluded from the selection set to be copied.Arguments
Value Returned
Examples
Makes six copies of objects you select and calculates the placement of each object according to your selected destination point of the first copy in the second row and the second copy in the first row. The nil value does not bring up the options form but uses the current field values.
schHiCopy( ?formFlag nil ?rows 2 ?columns 3 )
Displays the options form you use to specify the values for your copy.
schHiCopy( ?formFlag t )
Ignores the selected set and prompts you to select the object to copy.
schHiCopy( ?formFlag nil ?rows 1 ?columns 1 ?useSelSet "noSelSet" )
Return to top