Hello,
I want to select a block inside VBA.
I know the x-y-z coördinates of the insertion point of the block.
I also know the block name.
I can select all the blocks with that name in the drawing.
Then iterate through the selectionset containing all the blocks with that name and check the insertionpoint-coördinates for a match.
When there are very much blocks this is a consuming task.
Is there a better way?
Something like selecting wathever is on the x-y-z coördinate, the same thing you do in the drawing editor when you select 1 item by clicking on the screen with the mouse.
Thank You Very much,
Peter Van der Velden