How to extract infomation from importance of dwg linked into revit by API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
after linking dwg into revit, I want to create a button which could have the same function like query function in revit below:
and I also want to allow users to pick different layers which stand for different elements like layers of beams or layers of walls, when user click my button.
But I have read lots of documents, there are two ways I found:one is exploding the importance, the other is analyzing its geometry, extract the solids and create FreeFormElements of them. but I compare the two ways and revit's query function, I found the query function does'nt need to create modelline ,and could allow user to pick everything in importance like line or text, I am really confused whether there is any way to realize my function:when user click the designed button,they could choose to pick any layers or pick lines or text.