We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2018-09-14 12:02 PM - last edited on 2023-05-24 12:27 PM by Rubia Torres
Solved! Go to Solution.
2018-09-17 03:04 AM
!! use prism to cut wall when used in Solid Element Operation !! GLOB_CONTEXT = 45 !!!!!!uncomment this line to test prism position if GLOB_CONTEXT > 40 and GLOB_CONTEXT < 50 then ADD niche_hor_pos, 0, niche_ver_pos PRISM_ 5, niche_ver_size, 0,0,15, niche_hor_size,0,15, niche_hor_size,-niche_dep,15, 0,-niche_dep,15, 0,0,-1 DEL 1 endifThis prism will be invisible in your object but will be used in any SEO that your object takes part in.
2018-09-14 12:54 PM
2018-09-14 02:46 PM
2018-09-17 03:04 AM
!! use prism to cut wall when used in Solid Element Operation !! GLOB_CONTEXT = 45 !!!!!!uncomment this line to test prism position if GLOB_CONTEXT > 40 and GLOB_CONTEXT < 50 then ADD niche_hor_pos, 0, niche_ver_pos PRISM_ 5, niche_ver_size, 0,0,15, niche_hor_size,0,15, niche_hor_size,-niche_dep,15, 0,-niche_dep,15, 0,0,-1 DEL 1 endifThis prism will be invisible in your object but will be used in any SEO that your object takes part in.