Create report in Autolisp

Create report in Autolisp

avinash00002002
Collaborator Collaborator
1,068 Views
6 Replies
Message 1 of 7

Create report in Autolisp

avinash00002002
Collaborator
Collaborator

Hi

I want to create Data report like (Dataextraction command (page 5 or 😎 in AutoLISP.

Thanks,

Avinash

0 Likes
1,069 Views
6 Replies
Replies (6)
Message 2 of 7

braudpat
Mentor
Mentor

Hello

 

When I see your screen capture, it seems to be a report on Blocks only !?

 

So I have a beautiful Lisp routine "ListBlock" from Gilles (gile) which generates a quantity report on Blocks ...

 

"ListBlock" has only (for me) a small default : it doesn't analyse Blocks into associative arrays !

( Associative arrays must be exploded )

So maybe if somebody can improve "ListBlock" , it could be useful !?

 

A similar routine from Lee-Mac :

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

An other one a little bit different :

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

 

But maybe you need an other / better routine, if you need the display of attributes !?

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

 

Thanks in advance, The Health, Bye, Patrice

 

 

Patrice ( Supporting Troops ) - Autodesk Expert Elite
If you are happy with my answer please mark "Accept as Solution" and if very happy please give me a Kudos (Felicitations) - Thanks

Patrice BRAUD

EESignature


0 Likes
Message 3 of 7

braudpat
Mentor
Mentor

Hello

 

An other french routine "LSTATT" (from Patrick_35) which displays results on text / command screen or into a file ...

 

The Health, Bye, Patrice

 

Patrice ( Supporting Troops ) - Autodesk Expert Elite
If you are happy with my answer please mark "Accept as Solution" and if very happy please give me a Kudos (Felicitations) - Thanks

Patrice BRAUD

EESignature


0 Likes
Message 4 of 7

avinash00002002
Collaborator
Collaborator

Hi

Thanks for your prompt reply, I want report on screen like dataextraction command is it possible?

0 Likes
Message 5 of 7

braudpat
Mentor
Mentor

Hello

 

The "LSTATT" routine displays results on text / command screen or into a file ...

 

The Health, Bye, Patrice

 

Patrice ( Supporting Troops ) - Autodesk Expert Elite
If you are happy with my answer please mark "Accept as Solution" and if very happy please give me a Kudos (Felicitations) - Thanks

Patrice BRAUD

EESignature


0 Likes
Message 6 of 7

john.uhden
Mentor
Mentor

What's wrong with that image you posted?  If that's the data you want, then just Snippit and paste into a Word doc.

I currently have had a problem at work where a fellow worker downloaded what he thought to be a newer municipal detail than what we had had.  But he gave it a different name and deleted the older one which my drawing had referenced.  The killer is that the old and new were exactly the same.  Unless you paste them "special" AutoCAD treats images as references, whereas Word incorporates them right into the file.

We're going to have a big pow wow on Monday wherein I think I will be tempted to customize his face.  He's the self-appointed IT guy who knows less about AutoCAD than our survey draftsman, who by the way would be a much better IT guy.

John F. Uhden

0 Likes
Message 7 of 7

Sea-Haven
Mentor
Mentor

To show on screen will not get nice box output will be lines of text, could do auto open excel and display more complicated.

 

For this type of question your display request is to vauge there are a massive amount of get block details and how deep they go, for me I sort down to 5 levels of attributes way better than Dataextracion.

 

Lee-mac block count another good one.

0 Likes