Geomcal and acetutil libraries

Hello everyone.
I am starting to migrate an application developed in Autocad with Autolisp. I am currently using the Geomcal.arx and acetutil.arx libraries. Is there something similar in Bricscad?
Thanks

Comments

  • The cal function is not available. But most acet* functions are.
    For more info see:
    https://www.bricsys.com/applications/a/?lisp-developer-support-package-(ldsp)

  • Which Cal functions are you using it may be that you can replace with a VL defun.

  • The operations are user-dependent. For example, the user can enter formulas such as SQRT(($B/2)^2 + ($E/2)^2), where the variables $ have predefined values.

  • Hello Vilacad,
    I have a full replacement for GeomCAL, it's named CADCAL. All GeomCAL functions are available, and even some more. And you can use (cal "mathexpression") in your Lisp code just as with GeomCAL. Send an E-Mail to berger@archtools.de for a demo version.

    Cheers, Tom

    @VILACAD said:
    Hello everyone.
    I am starting to migrate an application developed in Autocad with Autolisp. I am currently using the Geomcal.arx and acetutil.arx libraries. Is there something similar in Bricscad?
    Thanks