Im trying to place a family type to specific coordinates. I’ve tried using FamilyInstance.ByPoint it doesnt seem to work. Is there a way to insert family type to a location?
The family type that im trying to insert is host to a wall. That is why the script above is not working. How do I adapt this script to account for the host>
ByHostAndPoint
Thanks for your reply. That node seems to work but now how do I flip the facing orientation of the family type?
mydoor.flipHand()
mydoor.flipFacing()
There is also mydoor. FlipFromToRoom()
These correspond to the properties, HandFlipped, FacingFlipped. but you need to check these with the Mirrored property because that messes with the end graphics.
Don’t know if someone has a node for this.
I’ll refer you to this as it shows how the flipping and mirroring interact.
https://forum.dynamobim.com/t/flipped-doors-how-to-handle/93571