Hi team,
Im trying to make a script with a node Geometry.WindowDoorOpeningCharacteristics to place some trimmer bars around a window opening, however this is driving me crazy.
for some reason the node is not working properly.
any idea?
Thanks
Hi team,
Im trying to make a script with a node Geometry.WindowDoorOpeningCharacteristics to place some trimmer bars around a window opening, however this is driving me crazy.
for some reason the node is not working properly.
any idea?
Thanks
Hi seems you feed in a string and not opening element [windows,doors]
i got confused, the parameters should be in string but i dont know why is not working with the element.
Cheers
if you hover over the nodes input, you can see what is expect
ps be sure you feed in the type parameter name there control width and height, here in my family its rough width and rough height
interesting @sovitek i thought should be the parameters of the host, ill give it a go tonight.
i have been doing some research online and what i want to do is this:https://www.youtube.com/watch?v=b6kfPhlDJuY
not necessary from dynamo player. i don’t mind to do it from dynamo. any idea where i can see something similar to this to guide myself ?
Cheers
Finally, it’s working. This node only accepts window or door families by default (like the ones included in Revit). I was using a generic family. I edited that and only changed it to the Windows category; it never worked with that one.
Thanks for the tip