๐Ÿ”Š How to Use AutoCAD LT and AutoLISP

๐Ÿ”Š How to Use AutoCAD LT and AutoLISP

handjonathan
Autodesk Autodesk
3,148 Views
7 Replies
Message 1 of 8

๐Ÿ”Š How to Use AutoCAD LT and AutoLISP

handjonathan
Autodesk
Autodesk

For the first time, AutoCAD LT 2024 now includes AutoLISPโ€”further enabling organizations to streamline workflows, enforce CAD standards, and leverage thousands of pre-existing automations for AutoCAD-based programs. Follow this simple guide, or save the attached pdf to start automating your design and make projects.

 

handjonathan_0-1685635591026.jpeg

If you do create some awesome scripts, we would love to see the in the comments. 

 

 



Jonathan Hand


Technical Marketing Manager | Construction

3,149 Views
7 Replies
Replies (7)
Message 2 of 8

c.kimXH5F6
Participant
Participant

HELLO, 

AUTOCAD LT 2024

COPY AND SWAP DONT WORK?

STRIPMTEXT (LATEST VERSIONS) DONT WORK?

IS THERE PROBLEMS WORKING LISPS IN 2024 LT?

ckimXH5F6_0-1686249531087.pngckimXH5F6_1-1686249556719.png

 

 

0 Likes
Message 3 of 8

c.kimXH5F6
Participant
Participant

A

0 Likes
Message 4 of 8

pendean
Community Legend
Community Legend

Greetings @c.kimXH5F6
Did you get a chance to actually review the limitations of LISP in LT2024 yet? I'll get you started here 

https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-037BF4D4-755E-4A5C-8136-80E85CCEDF3E#:~:tex...

 

pendean_0-1686252304358.png

 

Open those LISP files and start verifying, then watch the commandline (make it 5-10 lines tall) for explanation of why they failed, like

 

Command: STRIPMTEXT
StripMtext v5.0c1 found
StripMtext Error: bad argument type: VLA-OBJECT nil

0 Likes
Message 5 of 8

Microcad5000
Contributor
Contributor

It is a shame you cannot do a data extract in LT like you can in full AutoCAD. Is it not a routine that can be loaded?

I'm looking for a tool (LISP? VB?) to do the same as the data extract function that's in full AutoCAD.

I posted the following elsewhere in this forum.

 

LT 2025 Extract current visibility value from Dynamic Block

I have a dynamic block with visibilty options. The same block has normal attributes and fields. I cannot get AutoCAD LT 2025 to extract any of the attribute values from this dynamic block using a template file. 

 

I can get it to extract data from a normal block with attributes using a template file.

Does anyone know a LISP or VB program (LISP was enabled in LT 2024) to extract attribute data to a file. 

I need to get the data into an Excel spreadsheet one way or another.

0 Likes
Message 6 of 8

pendean
Community Legend
Community Legend

@Microcad5000 wrote:

It is a shame you cannot do a data extract in LT like you can in full AutoCAD. Is it not a routine that can be loaded?...


Not from Autodesk and not tot urn on abilities not found in LT from Autodesk: you need full AutoCAD. If this is a dire business need, you have a new /different subscription to pick up.

Message 7 of 8

vladimir_michl
Advisor
Advisor

You can try the BlockCoords LISP utility (free) - see:

https://www.cadforum.cz/en/export-block-coordinates-to-a-table-how-to-use-dataextraction-tip13784

Visibility states are not supported but the might be added.

 

Vladimir Michl, www.arkance.world  -  www.cadforum.cz

 

Message 8 of 8

vladimir_michl
Advisor
Advisor

Visibility states and other dynamic parameters now added to the BlockCoords V1.3.

 

Vladimir Michl, www.arkance.world  -  www.cadforum.cz