Invokes the on-line geometry calculator and returns the value of the evaluated expression (externally defined: geomcal ObjectARX application) |
(c:cal expression)
Arguments
A quoted string. See CAL in the Command Reference for a description of allowable expressions.
Return Values
The result of the expression.
Examples
cal in an AutoLISP expression with the trans function:
The following example uses(trans (c:cal "[1,2,3]+MID") 1 2)