Area measure Lisp

Area measure Lisp

kubastan89
Collaborator Collaborator
21,910 Views
32 Replies
Message 1 of 33

Area measure Lisp

kubastan89
Collaborator
Collaborator

Hi,

I am looking for a lisp to measure hatch area in AutoCAD. I`ve found these two lisps:

https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/a-lisp-file-that-can-read-the-total-...

https://forums.autodesk.com/t5/autocad-land-desktop/how-do-calculate-the-area-of-a-hatch/td-p/157511...

 

but I am looking for a lisp that will insert the area value in each hatch like it does on this video:

https://www.youtube.com/watch?v=h-UoQ7SPjs0&t=269s

 

Of course I could buy the plugin from that video but I am looking for something that is free of charge.

I will be obliged for any help.

0 Likes
Accepted solutions (2)
21,911 Views
32 Replies
Replies (32)
Message 2 of 33

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> Of course I could buy the plugin from that video but I

>> am looking for something that is free of charge

SCNR: are the drawings you create for free? Or will your efficiency get better when you use such a tool?

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 33

imadHabash
Mentor
Mentor

Hi,

 

you may find this link helpful. >> Click <<

 

Regards,

Imad Habash

EESignature

0 Likes
Message 4 of 33

kubastan89
Collaborator
Collaborator

Thanks for your link, but your lisp doesn`t put the area value on each hatch separately. It gives only one total value.

0 Likes
Message 5 of 33

Vinayv4v
Advisor
Advisor

Hi,

 

Try this one.

 

Will only work for Polylines.

Capture.JPG

 

Cheers,

Vinay Vijayakumaran

Message 6 of 33

kubastan89
Collaborator
Collaborator

Is there a chance to change units from sq.ft. to sq.m ?

0 Likes
Message 7 of 33

Vinayv4v
Advisor
Advisor

Hello,

 

 

Let me see.

 

Cheers,

Vinay Vijayakumaran

0 Likes
Message 8 of 33

kubastan89
Collaborator
Collaborator

The unit is correct but it gives the wrong value of the area.

0 Likes
Message 9 of 33

Vinayv4v
Advisor
Advisor

Hi,

 

Try this one.

 

 

One is text version and other is field version.

Cheers,

Vinay Vijayakumaran

Message 10 of 33

kubastan89
Collaborator
Collaborator

Can you delete m? from the lisp. So the lisp give only the value without unit.

m2.png

0 Likes
Message 11 of 33

Vinayv4v
Advisor
Advisor
Accepted solution

Hi,

 

Try the modified one.

Cheers,

Vinay Vijayakumaran

Message 12 of 33

kubastan89
Collaborator
Collaborator

Thanks a lot. Haven`t you thought about editing the lisp that it add the polyline number and create a table with the all areas ?

0 Likes
Message 13 of 33

Vinayv4v
Advisor
Advisor
Accepted solution

Hello,

 

Check this out from Lee Mac.

 

http://www.lee-mac.com/arealabel.html

Cheers,

Vinay Vijayakumaran

0 Likes
Message 14 of 33

kubastan89
Collaborator
Collaborator

This is exactly what I was looking for 🙂 Thanks again.

0 Likes
Message 15 of 33

Anonymous
Not applicable

Hello,

i need esurvey cad programme and how to license it.

0 Likes
Message 16 of 33

Anonymous
Not applicable

I'm trying out this area lsp program. It loads fine

But what do you type to run this lisp ?

It does not say looking at the program with note pad.

Ron

0 Likes
Message 17 of 33

Vinayv4v
Advisor
Advisor

Hi,

 

For the areabb Lisp you need to type areabb

 

And for Area Table Lisp you need to type AT.

Cheers,

Vinay Vijayakumaran

0 Likes
Message 18 of 33

Anonymous
Not applicable

Niether of those work for Lee Mac lisp program

Ron

0 Likes
Message 19 of 33

Vinayv4v
Advisor
Advisor

Hi,

 

What message you get when typing AT in the command line after loading the Lee Mac Lisp.

Its perfectly working.

Can you attach a screencast or attach an image of your problem.

Cheers,

Vinay Vijayakumaran

Message 20 of 33

Anonymous
Not applicable

Capture.JPG

 

AT starts info on making a TABLECapture-2.JPG

0 Likes