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
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
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:
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
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
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
2)create a combined list
select parameter for query
check height >1.7 meters
map result to first list
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
Try this:
I would like to know why stringnode, value Area, doesnt work, while codeblock “Area” does.
Please explain this,
Marcel
working no quote marks necessary
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
sorry for late replying.
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:
Haha, Peter - looks like we more or less did the same work.
I needed a node like that as well (and it was requested in another post on the forum a couple of days ago).
Part of Clockwork 0.74.3
looool!
so i am not alone
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 cooperation