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

geCopySelSet

geCopySelSet( 
[ w_windowId ] 
[ l_sourcePt ] 
[ l_destPt ] 
)
=> t / nil 

Description

Procedural interface to copy the selected set.

Arguments

w_windowId

Window ID of the window to use. If not specified, the current window is used.

l_sourcePt

The starting point for the copy.

l_destPt

The destination point for the copy.

Value Returned

t

The selected objects are copied.

nil

The selected objects are not copied.

Examples

Copies objects in the selected set from the current window to the current window.

geCopySelSet(hiGetCurrentWindow()list(456.7 234.5)list(678.9 567.8)) 

Interactive Function

geCopySelSet( 
[ w_windowId ] 
)
=> t / nil

Enter this function with only the window ID argument; the system prompts you for the starting and destination point that encloses the objects to be copied. If w_windowId is not specified, the current window is used.

Related Topics

Edit and Display Functions


Return to top
 ⠀
X