geCopySelSet
geCopySelSet( [w_windowId] [l_sourcePt] [l_destPt] ) => t / nil
Description
Procedural interface to copy the selected set.
Arguments
|
Window ID of the window to use. If not specified, the current window is used. |
|
Value Returned
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
Return to top