If you are looking for software to use, go to Huajun Software Park! software release
Location: front pageTutorial strategyTutorialComputer software tutorials AutoCAD learning...

AutoCAD Academic Toolbox (XCAD) usage tutorial (graphic explanation)

Author: youngest Date: 2017-07-21

1. Settings

All files must be placed in the search path of ACAD (configured with the config command). (All programs are only tested on ACAD2004)

Configure with the config command
Configure with the config command

2. Load xcad.vlx

Load in any of the following ways (the first one is preferred):

■1·Add (vl-load-all "XCAD.vlx") in acad.lsp.

■2·Add (vl-load-all "XCAD.vlx") in each program.

■3·Under command, enter (vl-load-all "XCAD.vlx").

■4·In the menu? ? Added (vl-load-all "XCAD.vlx") to .mnl.

■5·Drag the XCAD.vlx file directly to the CAD screen.

3. Shortcut keys

Run shortcut key: XCAD.

Run shortcut key: XCAD
Run shortcut key: XCAD

Effect:

Effect
Effect

4. Others

1. NetU update download.

2. ACAD programming (LISP).

3. Because there are many and complicated functions, you can use the mlss (command search) function to find and use them.

Related articles