Over 1.097.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator and the updated Barcode generator.
New AutoCAD 2026 commands and variables.
Discussion forum
?CAD discussions, advices, exchange of experience

Please abide by the rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
|
Post Reply ![]() |
Author | |
PepaR ![]() Senior Member ![]() Joined: 09.Jul.2008 Location: Czech Republic Status: Offline Points: 149 |
![]() Posted: 18.Oct.2008 at 11:10 |
Hello,
I would like ask what is your favourite (freeware or shareware) addons or tools for Autodesk AutoCAD, please?
Thanks for reply Edited by PepaR - 18.Oct.2008 at 11:10 |
|
PepaR
|
|
![]() |
|
Kajito ![]() Senior Member ![]() Joined: 29.Oct.2008 Location: Ireland Status: Offline Points: 130 |
![]() |
I'd say that express tools are one of the most powerful tools for autocad. What a pity the developers stopped few years ago ...
I use as well CADS detailing suite - but that is very specific for structural enginners .. |
|
![]() |
|
Vladimir Michl ![]() Moderator Group ![]() Arkance Systems CZ Joined: 26.Jul.2007 Location: Czech Republic Using: Autodesk software Status: Offline Points: 2122 |
![]() |
There is not much added functionality but Express Tools are still developed. ET is still there in AutoCAD 2009 and some of the ET commands have made it to the core AutoCAD commands.
|
|
Vladimir Michl (moderator)
ARKANCE - https://arkance.world - Autodesk Platinum Partner |
|
![]() |
|
archie.manza ![]() Newbie ![]() Joined: 02.Nov.2008 Location: United Arab Emirates Status: Offline Points: 6 |
![]() |
Autolisp is the root of Express tool. So the better LSP you got the more productive you will be.
|
|
Once a De Molay always a De Molay.
|
|
![]() |
|
wencad08 ![]() Newbie ![]() Joined: 06.Nov.2008 Location: Belgium Status: Offline Points: 3 |
![]() |
I used AutoXls table a lot. It is an addon tool used to import excel to AutoCAD.It is convenient for me to draw the chart.
|
|
![]() |
|
Apeiron ![]() Groupie ![]() Joined: 30.Aug.2007 Location: Romania Status: Offline Points: 74 |
![]() |
Hello everybody
I use Express Tools and some individual lisp routines .
|
|
![]() |
|
PepaR ![]() Senior Member ![]() Joined: 09.Jul.2008 Location: Czech Republic Status: Offline Points: 149 |
![]() |
Could you specify some individual lisp routines, please?
|
|
PepaR
|
|
![]() |
|
GhostRider ![]() Newbie ![]() Joined: 19.Nov.2007 Status: Offline Points: 2 |
![]() |
whew.... big field here, so many lisps all are good, a group of routines all linked together in a menu or toolbars, taylored for you is so productive and most useful.. I like small ones that cut out a few keybord strokes like this: ;^C^COFFSET 4.5
(defun c:2- () (command "OFFSET" "2") (princ)) (defun c:2-5 () (command "OFFSET" "2.5") (princ)) (defun c:3- () (command "OFFSET" "3") (princ)) (defun c:3-5 () (command "OFFSET" "3.5") (princ)) (defun c:4- () (command "OFFSET" "4") (princ)) (defun c:4-5 () (command "OFFSET" "4.5") (princ)) (defun c:5- () (command "OFFSET" "5") (princ)) (defun c:5-5 () (command "OFFSET" "5.5") (princ)) (defun c:6- () (command "OFFSET" "6") (princ)) (defun c:6-5 () (command "OFFSET" "6.5") (princ)) |
|
![]() |
|
Apeiron ![]() Groupie ![]() Joined: 30.Aug.2007 Location: Romania Status: Offline Points: 74 |
![]() |
Hello PepaR,
do you want the names or a description of them?
I use lisp routines for diferent types of offsets but not in fixed distances. More time offset in one direction or one offset in both direction with the same distance.
There is one for offseting in a new layer chose by user at the distance required by user.
Diferent cutting lisp routines (BreakAll).
I use Autocad 2005 most of the time in my office and I don't make separate hatches from 2005 so I have a lisp routine that is making this for me.
One lisp routine is making a new layer linetype with a word (or more words) that I need in that layer to reprezent something.
One lisp routine is making a sum of all the areas that I select for diferent quantities.
Other one is making a sum for all the lines and polylines I select in a drawing.
Maybe if somebody can give diferent usefull examples of lisp routines ....
|
|
Always is something new to learn ....
for kids :))) http://www.prizee.com/?refer=Apeiron |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0,160 seconds.