LISP Routine to output measurement for all blocks in a drawing

LISP Routine to output measurement for all blocks in a drawing

Anonymous
Not applicable
349 Views
2 Replies
Message 1 of 3

LISP Routine to output measurement for all blocks in a drawing

Anonymous
Not applicable

Hi

 

I am constantly working with different clients and their differing drawing disciplines. Each time i perform a block extraction using a lisp file (the WBA file from Lee Mac) that writes out each block into a directory. Depending on the client/ their disciplines and size of the store drawings, there may be anything between 50 and 1000 different blocks on a drawing. 

 

Aside from the blocks, i also need to understand what the block dimensions are. Is there a way to measure each block (through ScriptPro maybe) that would output a file detailing width and depth of each block? It's doubtful that the blocks would be polylines. 

 

Thanks in advance

 

Rich

0 Likes
350 Views
2 Replies
Replies (2)
Message 2 of 3

devitg
Advisor
Advisor

 What  block dimensions? , could you upload a block sample?

0 Likes
Message 3 of 3

Anonymous
Not applicable
You can use vla-getboundingbox
0 Likes