0% found this document useful (0 votes)
38 views2 pages

Simplification Tool in Acad

The document discusses AutoLISP, a programming language for AutoCAD. It describes how to copy and load an AutoLISP file called 3D Move Along Axis.lsp into AutoCAD. The file contains a command called MAA that allows the user to select objects and move them along the X, Y, or Z axis by specifying the starting and ending points along that axis.

Uploaded by

ananth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views2 pages

Simplification Tool in Acad

The document discusses AutoLISP, a programming language for AutoCAD. It describes how to copy and load an AutoLISP file called 3D Move Along Axis.lsp into AutoCAD. The file contains a command called MAA that allows the user to select objects and move them along the X, Y, or Z axis by specifying the starting and ending points along that axis.

Uploaded by

ananth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

BENTLEY SUPPORT TEAM TRAINING AT BBAN 1/2

Lisp Addition to Autocad

AutoLISP is a dialect of Lisp programming language built specifically for use with the AutoCAD and its derivatives, This is
included all the AutoCAD products.

Ex. AutoCAD, AutoCAD Architecture and AutoCAD Mechanical.

1. Copy this lisp file and save it to your local Machine

2. Open the AutoCad

3. Command : AP
3D Move Along Axis.lsp
4.

5.

6.

7. Close all the tabs.


8. Close & Re-Open the Autocad.

Author: Ananthakumar Document: BENTLEY SUPPORT TRAINING


Datum: 06.08.2015
BENTLEY SUPPORT TEAM TRAINING AT BBAN 2/2

Lisp : Move Along Axis

Command : MAA

Enter Point Filter Direction :> X Y or Z : Z


[Enter you desired Axis]

Select objects : [Select your desired object]

st
Select destination .Z of : [Pick the 1 point of the object]
nd
Select destination .Z of : [Pick the 2 point of the Source point]

Author: Ananthakumar Document: BENTLEY SUPPORT TRAINING


Datum: 06.08.2015

You might also like