vl-cmdf
(vl-cmdf [ argA [ argB ... ] ] )
This function calls a native command sequence;
(command) cancels the running command or option input.
|
Arguments |
argA any native BricsCAD command or option, or any valid
Lisp expression |
|
Return |
always returns T |
|
Example |
(vl-cmdf "_line" '(0 0) '(10 10) "") T |
|
Remarks |
similar to (command) function, with an important difference : |
| © Bricsys NV. All rights reserved. |