-2

I need to find "exterior wall facing" in c# revit API...please help me. I want the wall facing.. the wall is in which facing like southEast, southwest, northeast, northwest. I have referred this link https://thebuildingcoder.typepad.com/blog/2010/01/south-facing-walls.html

i have use the math.abs(AngleToSouth) * 57.2958=angle in degree 57.2958 is redian but not getting thank you

dev_Pin
  • 3
  • 3

1 Answers1

0

Please always perform some minimal research before asking a question.

One of the places to look for answers to Revit API questions is in the sample collection included with the Revit SDK.

In this case, the sample DirectionCalculation demonstrates exactly what you are asking for.

Jeremy Tammik
  • 7,333
  • 2
  • 12
  • 17