Hello,
I would like to know if there is a way to find and select elements by information. For example: I have a steel structure with many drilling holes in various diameter.
Now I have the order to change all drilling holes with the diameter 5mm into 8mm.
Is there a way to search all 5mm circles with a command like "select by attributes"?
thank's in advance.
Hi Domenico,
if you finally upgrade to CONNECT edition review these links regarding Explorer dialog and Advance search
https://communities.bentley.com/products/microstation/w/microstation__wiki/23719.is-there-a-way-to-get-the-condition-editor-to-recognize-elements-that-are-selected-in-order-to-delete-them
Regards
Maria
If you know VBA programming, you could use PropertyHandler and lookup element properties. Add elements to selection sets matching certain element property. Some samples are provided in the following links.
http://communities.bentley.com/products/microstation/w/microstation_-_wiki_de/20612.daten-in-einer-zeichnung-mit-vba-suchen-und-auswerten-teil-9-property-handler-zur-elementauswertung http://communities.bentley.com/products/programming/microstation_programming/f/343173/t/109755
Please post your programming queries to Developers and Programming Forum
Regards,Leonard Jones