Position of labels in Navisworks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I’m trying to make a function that will put automatically a label on different elements in the Navisworks document, by using the API. The problem is that sometime, I’m not able to put the label directly on the element.
Generally, the API seems to give to the active element the coordinate (0,0,0) when it’s time to put the label on it, but for some elements, when I try to but the label at the coordinate (0,0,0), the label appears at the point (0,0,0) of the Revit project internal coordinate and not on the element?
For others elements, when I try to put the label at the coordinate (0,0,0), the label is in the right place in X and Y, but the label is to high or to low on the Z axis?
I don't know if it is for something but I noticed that for the element where the label appears at the point (0,0,0) of the Revit project internal coordinate, the element appears like that in the selection tree:
And for the same element where the label appears at the right place in X and Y but not in Z, the element appears like that in the selection tree:
The same type of element appears in 2 different ways in the selection tree. Is there a way to solve this problem?
Thanks!