I want to write a Macro in Autodesk Revit for getting all the materials associated to the faces of my rooms and then write them as values for predefined Shared Parameters. Is there a way to achieve this with C#? Also I'd like to have the walls faces according to the cardinal position (North, South, West, East). Any hint about it will be very appreciated.
Asked
Active
Viewed 90 times
2 Answers
0
Start with Revit Lookup to research the right way to write a filteredelementcollector.

Joshua Lumley
- 61
- 4
0
I would suggest raising separate threads for different questions.
Regarding the wall faces facing cardinal positions, please refer to the DirectionCalculation
FindSouthFacing
Revit SDK sample.

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