version: v0.001 dev alpha
required: autolisp
cross platform: Mac Windows
cross cad software:AutoCAD IntelliCAD BricsCAD ...
powered by: caad.xyz
Utility: general utility Library
- implement
defmacro
,functionp
,symbolep
in autolisp
Geometry: geometric algorithm Library
- point
- line
Wall: architectural wall element library and drawing tools
Opening: architectural opening element drawing tools
Axis: architectural axis element drawing tools
Dimension: architectural dimension tools
Add a caad4lisp Path to the Support File Search Paths
- Click the Application menu Options.
- In the Options dialog box, Files tab, select Support File Search Path.
- Click Add.
- Click Browse.
- In the Browse for Folder dialog box, browse to and select the caad4lisp/src folder to add. Click OK.
- In the Options dialog box, click OK.
Load caad4lisp plugin in cad software
In cad commandline type:
(load "caad.lisp")
If your autocad version is 2015 or above 2015+ set (setq Conf-AutoCAD-Version "2015+")
in caad.lsp
file.
- Using ASDF to setup developing environment
- Using CODEX to compile documentation
- Tested by
src/tests.lisp