cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Starting August 6, 2024, TLS 1.2 will be the minimum required protocol version for Graphisoft products and services that require an online connection. License Manager Tool update is required on Windows. Learn more…
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Empty Door Opening

Anonymous
Not applicable
I copied the Empty door opening and added some settings so it would fit in with our opening schedule (arch height, opening type & notes). I'd like it to have "header lines" like the arch openings. They are the dashed lines in regular plan and solid lines in reflected ceiling. I tried adding them to the 2d symbol, but that doesn't work correctly. I want the lines to be on the outline of the wall. Any help would be much appreciated.

Thanks!
2 REPLIES 2
Anonymous
Not applicable
It is quite simple to script them.
LINE_TYPE "dashed"
Line2 -A*0.5, 0, A*0.5, 0
Line2 -A*0.5, -WALL_THICKNESS, A*0.5, -WALL_THICKNESS
Should do the trick. (Though you probably want to create a user parameter for the line type.)
Anonymous
Not applicable
That worked perfectly! Thanks!!