LISP calculate and write in square meters area

LISP calculate and write in square meters area

Anonymous
Not applicable
7,438 Views
13 Replies
Message 1 of 14

LISP calculate and write in square meters area

Anonymous
Not applicable

hello

LISP calculate and write in square meters area
Please .at the process.
I'm new at this.
Thanks in advance

0 Likes
7,439 Views
13 Replies
Replies (13)
Message 2 of 14

parkr4st
Advisor
Advisor

what is units set to?  Meters?

 

if it is meters then the properties will show area in square meters

 

plain autocad or other product

 

 

0 Likes
Message 3 of 14

john.vellek
Alumni
Alumni

Hi @Anonymous,

 

Please give me more detail on what you are trying to accomplish. There are numerous ways of calculating areas and expressing the results in more than one units format.

 

You are welcome to attach a sample file if you believe it will help me to better understand.


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
0 Likes
Message 4 of 14

Patchy
Mentor
Mentor
0 Likes
Message 5 of 14

Kent1Cooper
Consultant
Consultant

There are routines around to do that.  For example, just from the Cadalyst CAD Tips website, this one, or this other one.

Kent Cooper, AIA
0 Likes
Message 6 of 14

Anonymous
Not applicable

Greetings
I measure structures.
And to calculate the area of the rooms.
Each room is a polygon.
And record it in the table.
Sometimes there are very many and difficult to calculate without mistakes.
Best regards

0 Likes
Message 7 of 14

Anonymous
Not applicable

@Anonymous wrote:

Greetings
I measure structures.
And to calculate the area of the rooms.
Each room is a polygon.
And record it in the table.
Sometimes there are very many and difficult to calculate without mistakes.
Best regards


Another method would be to place FIELDS in a TABLE.  Have those FIELDS watch your polylines.  Have the TABLE add up your FIELDS.  

0 Likes
Message 8 of 14

Anonymous
Not applicable

Hello and good evening.
Thank you for your help.
I do not know what is better.
I wanted the table next to the polygon.
Best regards

 

0 Likes
Message 9 of 14

Anonymous
Not applicable

Greetings
in a second thought.
If it is possible in two places.
1) polygon with a serial number.
2) in the table.
Best regards

0 Likes
Message 10 of 14

Patchy
Mentor
Mentor

Arealabel does all that.

0 Likes
Message 11 of 14

Anonymous
Not applicable

Greetings
right
Best regards

0 Likes
Message 12 of 14

Anonymous
Not applicable

Hi thank you for the very useful lisp.

just a quick question how can we change text size of area numbers.


@Patchy wrote:

Capture.JPG

 

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

 

 


 

0 Likes
Message 13 of 14

ВeekeeCZ
Consultant
Consultant

@Anonymous wrote:

Hi thank you for the very useful lisp.

just a quick question how can we change text size of area numbers. 


 

Set autocad's system variable TEXTSIZE. Either from Ribbon/Annotate or use the command-line, type TEXTSIZE.

0 Likes
Message 14 of 14

Anonymous
Not applicable

Thank you so much it works.Smiley Happy 

0 Likes