Parameter of the window

I took a parameter of the window (as in picture dynamo)
How can I take the other parameters contained in the family of the window (for example those marked in red)
Thanks for your cooperation

finestra1 finestra2

Hello Alex Volt,

Can you repost picture from Revit. I can’t see those parameter names.

Thanks,

Ritesh

 

If you want to get a type parameter, you need to query a family type, not a family instance:

get type param

@Alex

I published a custom node called “GetTypeParameter.FrmFamilyInstance”

Search for KOP in the package manger and you will find it.

it extracts a type parameter from a family instance.

Thanks for the answers
I have changed but does not give the values “height” as in the picture, only [0], [1], and so on.
Iattach images

 

 

finestra3

 

 
finestra2

Thanks Peter
I feel your node even if I wanted to understand how it worked this
Thanks again for your cooperation

Sorry I forgot a picture
if I put the values “Height” do not find them in watch

 

finestra5

Now it works
if I have to find all the windows or doors of the document, with the size, how can I do?
Thanks for your cooperation

 

finestra6

 

  1. select “all doors” and “all windows”

2)create a combined list

  1. select parameter for query

  2. check height >1.7 meters

  3. map result to first list
    doors

Thanks Peter
I tried it and it works perfectly
I tried with a floor (area) … here does not tell me the solution
Thanks again for your cooperation

 

finestra8

 

 

 

finestra7

@Alex

Try this:
floorarea

I would like to know why stringnode, value Area, doesnt work, while codeblock “Area” does.

Please explain this,

Marcel

working no quote marks necessaryworking

Thnx Peter,

I was reffering to alex’s post but i did not pay attention, he is using another node fot the input.

 

Marcel

Thanks Peter
works well

And if I wanted to read the structure of a wall?

for example, the materials and relative thicknesses
with this node does not work … how could you do?

Thanks for your cooperation

@Alex

sorry for late replying.

  1. you expect something like that?

wallprop

 

that is just a showing off what some of the available options are.

[0] is the type of the wall

[1] is the wall width

[2] structural type

[3]layer width

[4] name of the material

the python script looks like that:

script

Haha, Peter - looks like we more or less did the same work. :wink:

I needed a node like that as well (and it was requested in another post on the forum a couple of days ago).

compoundlayers

Part of Clockwork 0.74.3

looool!

so i am not alone :wink:

 

Thanks Peter for the response
I studied your listing in python
in dynamo I note an error at line:

wallCS walltype.GetConpoundStructure = ()

tells me that:

AttributeError: ‘WallType’ object has no attribute ‘GetConpoundStructure’

how can I change?

Thanks for your cooperation

thanks Andreas

I tried the knot, but gives an empty list, that error I do ??

Thanks for your cooperationmateriali