We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2010-07-18 04:21 AM
2010-07-18 11:45 PM
define line_type "It's above" 1, 2, 0.0002/A_*100, 0.0002/A_*100 define line_type "It's below" 1, 4, 0.0006/A_*100, 0.0002/A_*100, 0, 0.0002/A_*100 define solid_fill "Innards" set fill "Innards" !--we are cutting above the object if GLOB_CUTPLANES_INFO[1] > zzyzx then line_type "It's below" frame_fill= 1+0+4!--show just the edge endif !--we are cutting the object if GLOB_CUTPLANES_INFO[1] >=0 & GLOB_CUTPLANES_INFO[1] <=zzyzx then line_type 1!--solid frame_fill= 1+2+4!--show both edge and innards endif !--we are cutting below the object if GLOB_CUTPLANES_INFO[1] < 0 then line_type "It's above" frame_fill= 1+0+4!--show just the edge endif poly2_ 4, frame_fill, 0, 0, 1, a, 0, 1, a, b, 1, 0, b, 1Hope this helps.
2010-07-19 01:23 AM
2010-07-19 03:32 AM
2010-07-19 05:27 AM
2010-07-19 05:29 AM
2010-07-19 06:07 PM
2010-07-19 07:26 PM
2010-07-19 07:35 PM