Different ways to do BATTMAN using visual lisp and VLA function

Different ways to do BATTMAN using visual lisp and VLA function

DGRL
Advisor Advisor
941 Views
2 Replies
Message 1 of 3

Different ways to do BATTMAN using visual lisp and VLA function

DGRL
Advisor
Advisor

Dear forum members,

 

Using ObjectDBX Wrapper from Lee Mac to open en process dwg's in the background, I'm looking for an way to do BATTMAN when processing the DWG

 

Does anybody knows how to do this? as commands are not allowed

Currently I don't know the VLA way of doing batman

 

Best regards,

 

If this was of any help please kudo and/or Accept as Solution
Kind Regards
0 Likes
942 Views
2 Replies
Replies (2)
Message 2 of 3

DannyNL
Advisor
Advisor

As far as I know that's not possible while using ODBX.

 

Only solution I can think of is iterating though all blocks with the specified name in your drawing, store for each block the parameters like insertion point, scale, rotation and store all attribute values. Then delete the block, reinsert the block with the same properties as the original one and fill all attributes with their corresponding values based on attribute tag.

0 Likes
Message 3 of 3

DGRL
Advisor
Advisor

HI @DannyNL

 

Thanks for the reply.

I'm thinking of an different approach to do this.
Maybe without using ODBX.

 

Best regards,

 

If this was of any help please kudo and/or Accept as Solution
Kind Regards
0 Likes