Placing Windows

I am trying to place a window family in a wall. It goes through the code without errors but nothing appears on the screen. I am using familytype.ByFamilyNameAndTypeName. If I use the same code to place or column or furniture it all works fine. Do I need to do something else when its a hosted family

The built in node does not work for hosted elements such as doors or windows. You can however try the “HostedInstance.ByPoints” node from the spring nodes package. You can find a sample on how to use the node on the package’s repository:

 

Thanks for your response Dimitar