Collection of Autolisp programs and AutoCAD menu customization tools tips and tricks
Sunday, 23 March 2014
M3D semi complex lisp
This routine help to create 3D solid object from three 2D view -
Command need to initalize first is M3DSET.
make3d file .zip
latest update lisp : 13.lsp
Sample movie - movie in exe
Enjoy .
Sim
sim@acadsystems.com
Tuesday, 18 March 2014
Lisp for keeping color and layer setting version 3
For version 2 and version 3 with Added function -QQSETADD (QQA for shortcut)- add additional objects for keeping info.
version3 lisp
version3 lisp
Lisp program to keep color of certain objects and recall it back...
This routine is usefull for user need to revert back the color of certain object to original by keeping it first using command QQRES - select objects color need to keep.
QQRES - restore back the color of objects.
QQ Set Res .lsp
Enjoy.
Sim
Sim@acadsystems.com
QQRES - restore back the color of objects.
QQ Set Res .lsp
Enjoy.
Sim
Sim@acadsystems.com
Wednesday, 12 March 2014
SAMPLE BLOCK UPDATE PROGRAM TO CHANGE THE ATTRIBUTE INSIDE BLOCK AUTOMATICALLY
;; UPDATE BLOCK "SPECIFY BLOCK NAME" DATA ATTRIBUTE BY SELECTING BLOCK -ATUPDATA
;;
;; UPDATE ALL THE BLOCK "ANY BLOCK NAME" AUTOMATICALLY WHICH CONTAIN THE ATTRIBUTE THAT TO BE CHANGED - ATUPDATALL
;;
;;
;; UPDATE BLOCK "SPECIFY BLOCK NAME" ATTRIBUTE VALUE SAME BLOCKNAME BY SELECTION OF BLOCKIN DRAWING TO UPGRADE - ATUPDATAS
;;
;; UPDATE ALL THE BLOCK "ANY BLOCK NAME" BUT WITH SAME ATTRIBUTE NAME TO NEW VALUE BY SELECTION OF BLOCK IN DRAWING -ATUPDATALLS
;;
BLOCKUPDATE LISP
Enjoy.
Sim
+6019-4125950
Sim@acadsystems.com
https://acadsystems.com
;;
;; UPDATE ALL THE BLOCK "ANY BLOCK NAME" AUTOMATICALLY WHICH CONTAIN THE ATTRIBUTE THAT TO BE CHANGED - ATUPDATALL
;;
;;
;; UPDATE BLOCK "SPECIFY BLOCK NAME" ATTRIBUTE VALUE SAME BLOCKNAME BY SELECTION OF BLOCKIN DRAWING TO UPGRADE - ATUPDATAS
;;
;; UPDATE ALL THE BLOCK "ANY BLOCK NAME" BUT WITH SAME ATTRIBUTE NAME TO NEW VALUE BY SELECTION OF BLOCK IN DRAWING -ATUPDATALLS
;;
BLOCKUPDATE LISP
Enjoy.
Sim
+6019-4125950
Sim@acadsystems.com
https://acadsystems.com
Tuesday, 11 March 2014
Create simple 3D object using lisp with Autocad 2010 and above by 3 View
Updated version 7: This is a simple Make 3D objects from 3 2D view using Autolisp. This function will auto generated 3D solid object.
Command is 3V, M3D, S2E side to extrude, S2M side to MOVE in 3D, B2M is bottom view to move and B2E bottom view to extrude. Included m3d menu also.
make3dlisp program-ver7.zip
m3dmovie file
Enjoy.
Sim
+6019-4125950
Sim@acadsystems.com
https://acadsystems.com
Command is 3V, M3D, S2E side to extrude, S2M side to MOVE in 3D, B2M is bottom view to move and B2E bottom view to extrude. Included m3d menu also.
make3dlisp program-ver7.zip
m3dmovie file
Enjoy.
Sim
+6019-4125950
Sim@acadsystems.com
https://acadsystems.com
Iso offset lisp in AutoCAD.
Iso offset in isometric mode. Command IO, will offset object in isometric mode.
the links lisp file : io.lsp
Enjoy.
Sim
+6019-4125950
Sim@acadsystems.com
https://acadsystems.com
the links lisp file : io.lsp
Enjoy.
Sim
+6019-4125950
Sim@acadsystems.com
https://acadsystems.com
ISO maker AutoCAD lisp
This is a combination of all the extra bonus lisp routines that work in the AutoCAD full version.
Basically, work on AutoCAD 2000 and above.
https://drive.google.com/file/d/0ByVFCDPZL7XaZE9fUUYwRDZuU2M/edit?usp=sharing
Enjoy.
Sim
+6019-4125950
Sim@acadsystems.com
https://acadsystems.com
Basically, work on AutoCAD 2000 and above.
https://drive.google.com/file/d/0ByVFCDPZL7XaZE9fUUYwRDZuU2M/edit?usp=sharing
Enjoy.
Sim
+6019-4125950
Sim@acadsystems.com
https://acadsystems.com
Subscribe to:
Posts (Atom)
ACADSYS BONUS TOOLS 2025 for AutoCAD 2025 and AutoCAD LT 2025 only version 2025.99.03 (25-11-2024)
This is the add-on AutoLISP routine for AutoCAD 2025 and LT2025 above, a collection of design tools can be found here. Enjoy. ACADSYS Bo...
-
This is a special menu for AutoCAD (and AutoCAD LT 2024 only) users that allows them to place a continuing number, a trace boundary, the are...
-
Importing Points from Excel to AutoCAD/LT Using a SCRIPT File How can I input X and Y coordinates into AutoCAD and create a SCRIPT file to p...
-
Command included makehatch and savehatch. Lisp file was modified to make it works...but run slower.. hatchmaker lisp file 'Note : ...