- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all and thanks for reading.
When tagging an element in the UI, Revit automatically picks up a certain point for the tag which, as far as I know, seems to be related to the visible solids. Is there a way to get this point without having to resort to some convoluted maths?
I'm creating tags via the API and I've tried the LocationPoint and the center of the BoundingBox but neither are ideal.
Manually via the UI (the desired result)
Via LocationPoint (it looks like it's the origin point in the family)
Via center of BoundingBox (these families have different family types at different sizes, which is probably causing the bounding box to be bigger than the visible element)
These are the articles I've gone through so far.
https://forums.autodesk.com/t5/revit-api-forum/placing-a-door-tag/m-p/8850786
https://github.com/jeremytammik/SetoutPoints
https://forums.autodesk.com/t5/revit-api-forum/bounding-box-bounds/m-p/9922479
https://forums.autodesk.com/t5/revit-api-forum/independent-tag/m-p/8243286
https://forums.autodesk.com/t5/revit-api-forum/independent-tag-position/m-p/8922777
Thank you.
Solved! Go to Solution.