Dear Sirs,
Currently, I am working on a project, and to get the price estimation I need to get gross area of walls. Revit automatically excludes the area of openings - NETTO. Thus, I have created a simple script that allows getting the calculated gross area of walls plus openings. Even though, it runs perfectly, the main issue that instead of showing the value in all walls, it appears to show only walls with openings and doesn`t show the same thing for walls without openings.
I wonder if it is possible to sort or filter walls that includes openings and then somehow display ones that do not contain it?
Through Dyno Browser I managed to run 2 different scripts, but at some point it`s just overwriting the value.
I look forward hearing from you soon.
Yours faithfully,
Dmitri
P.S I have attached some snips to get better view of what is going on.
Solved! Go to Solution.
Dear Sirs,
Currently, I am working on a project, and to get the price estimation I need to get gross area of walls. Revit automatically excludes the area of openings - NETTO. Thus, I have created a simple script that allows getting the calculated gross area of walls plus openings. Even though, it runs perfectly, the main issue that instead of showing the value in all walls, it appears to show only walls with openings and doesn`t show the same thing for walls without openings.
I wonder if it is possible to sort or filter walls that includes openings and then somehow display ones that do not contain it?
Through Dyno Browser I managed to run 2 different scripts, but at some point it`s just overwriting the value.
I look forward hearing from you soon.
Yours faithfully,
Dmitri
P.S I have attached some snips to get better view of what is going on.
Solved! Go to Solution.
Solved by dmitriQ6XQN. Go to Solution.
Solved by jeremy_tammik. Go to Solution.
Interesting question with numerous possible approaches.
Here are a few of them, discussed by The Building Coder:
Interesting question with numerous possible approaches.
Here are a few of them, discussed by The Building Coder:
Dear @jeremy_tammik ,
Thanks again for your time, I have managed to solve this problem by using Element.GetHostedElements. Previously, I was not so watchful and missed the right string.
My appreciations!
Yours Sincerely,
Dmitri
Dear @jeremy_tammik ,
Thanks again for your time, I have managed to solve this problem by using Element.GetHostedElements. Previously, I was not so watchful and missed the right string.
My appreciations!
Yours Sincerely,
Dmitri
Can't find what you're looking for? Ask the community or share your knowledge.