第 1 条消息(共 8 条)
How to get XYZ direction of an Element in Revit ?

不适用
08-29-2017
02:32 AM
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; }