setting the position of a visibility parameter in a dynamic block

setting the position of a visibility parameter in a dynamic block

GeeHaa
Collaborator Collaborator
885 Views
2 Replies
Message 1 of 3

setting the position of a visibility parameter in a dynamic block

GeeHaa
Collaborator
Collaborator

Hi,

 

I need to change the position of a visibility Parameter Triangle in about 100 blocks. I tried enget on the name of the Visibility parameter while in the block editor but it seems to be a dead end. If someone could point me where to look it would be appreciated.

 

Thanks in advance

0 Likes
Accepted solutions (1)
886 Views
2 Replies
Replies (2)
Message 2 of 3

jwhite
Advocate
Advocate
Accepted solution

If you use (setq obj (vlax-ename->vla-object (car (entsel)))) and then look at the object properties it has a base point you can use. Maybe filter a selection set list by ObjectName?

Object Dump.JPG

0 Likes
Message 3 of 3

GeeHaa
Collaborator
Collaborator

Yes. This is just what I needed.

 

Thank You.

0 Likes