Message 1 of 7
how can I extract the coordinates (X,Y,Z) of the family instance from Autodesk.Revit.DB.Location/LocationCurve/LocationPoint?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
From the family instance I can extract the location (element.Location), but I don't know the next step to get the coordinate values.
I need a result similar o this:
Point.X =
element.Location -> Point.Y=
Poin.Z =
(And these elements would be beams, columns, wall...)