Message 1 of 8
How to get XYZ direction of an Element in Revit ?

Not applicable
08-29-2017
02:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello ,
Can someone tell me how can i get a XYZ direction of an Element already created ?
this is my Code
foreach (Element element in GetElement(doc)) { LocationPoint positionPoint = item.Location as LocationPoint; ReferencePlane refDir =element as ReferencePlane; }