How to get data from material take off Elements Precast

How to get parameter (length, width, mass, etc) in solid wall elements

Element.GetParameterValueByName is not working

@bektikristiajiHW66S ,

Thats the way to snoop out your elements


KR
Andreas

2 Likes

Hello, here is a possibility

edit: I had forgotten the codeblock with the conditionals to filter the necessary elements

a="Part";
b="AssemblyInstance";

Cond_1=result_Part==a?true:false;
Cond_2=result_AssemblyInstance==b?true:false;

[Cond_1,Cond_2];

Curiosity:
The installation of the French Precast library (made me switch the dynamo language to English, for information)
Cordially
christian.stan

2 Likes

Thank for your answer @Draxl_Andreas , but the node not working for my elements

My element isn’t familes , but assemblies.

How to get data assemblies in my element?

Thankyou @christian.stan the answer.
But my element isn’t working if we run with node “Element.Parameter” or “GetParameterValueByName”

Any alternative solution for my problem?

hello, connect your wires to the out of your filter (your assembly instance is there for you)
Cordially
christian.stan

1 Like

Wow…
Thankyou @christian.stan

the node working at now.

1 Like