Door frame
Hello,
is it possible to have parametric door with door frame adapting it's width according to the wall width?
Or any ideas how to get a width of a wall to which the door is inserted in by LISP or python?
The same problem I have with window inner sill.
Thank you :)
1
Comments
-
Hello.
There is no automatic way to link the frame thickness of a window to the thickness of the wall is inserted in.
With lisp, the thickness of the wall can be retrieved by using:
(getpropertyvalue <Wall_Entity_Name> "Width~IFC")
or
(getpropertyvalue <Wall_Entity_Name> "Thickness~Quantity")0