schAsstSelectPT
schAsstSelectPT( [w_windowId] [s_type] ) => t / nil
Description
Selects an object under the mouse cursor in the Schematic assistant.
Arguments
|
Symbol denoting the selection type. Possible values are |
Value Returned
Examples
hiSetBindKey("Schematic Assistant" "<Btn1Down>" "schAsstSelectPt(?type 'single)")
Adds an object to the selection.
hiSetBindKey("Schematic Assistant" "Shift<Btn1Down>" "schAsstSelectPt(?type 'add)")
Removes an object from the selection.
hiSetBindKey("Schematic Assistant" "Ctrl<Btn1Down>" "schAsstSelectPt(?type 'sub)")
Return to top