Message 1 of 3

Not applicable
04-30-2019
09:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a FamilyInstance element. I'm trying to get its' location as [X,Y,Z]
The value that is returned is ~ [33, -86, 0]
The true location of the element is ~[-153, -32, 58]
It doesn't seem to be related to the document's Transform since it doesn't fix it, and also the bounding box doesn't even bound this element (neither before not after applying the transform. Not even close).
I even tried to look at the Element's geometry and it still doesn't match.
Is there something I'm missing?
The element's location is LocationPoint.
Location L = e.Location;
LocationPoint lp = L as LocationPoint;
lp.Point
Solved! Go to Solution.