Problem finding and accessing beam parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello guys.
First of all, thanks to you for the help in advance. I'm quite new (and newbie) with the Revit API and with Revit itself. I don't know if this has been asked before, but I cannot find it. if that's the case, just adress me to that post.
I'm working with the RevitAPI for structural purposes. My goal is to check if a concrete beam meets its requeriments (following Spanish regulations, since I'm Spanish) and if don't, change the size of the section. For this I will need to take the values of width and height of the bem witch are represented by "b" and "h" in the family type "Concrete beam" but if I itterate through the diferent parameters (using Parameter.StorageType) I cannot find them. I'm assuming that those are Family Parameters and that's the reason why they're not there.
And now, the question. How can I acces those parameters?
Also, I will need to change the number and size of rebars for reinforcement and I have really no idea. Any suggestions would be welcome. I'm thinking maybe that the solution may be something related to define a new family with Shared Parameters and then edit them, what do you think?
Thank you all in advance!
Myrtaro.