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
argB  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 :
all arguments passed are evaluated before command execution starts;
as result, command execution will not start, if evaluation of any provided input argument fails



©  Bricsys NV. All rights reserved.