Howdy,
I have a 3D joist object, based on one of the joists from the library. My goal is an object that can be placed in plan and show the proper 2D representation for dimensional lumber, blocking, etc. when viewed in section. The object looks fine when first placed but when the S/E window is rebuilt the infill lines, generated from flat planes within the BRICK that defines the joist outline, display a second black line, behind and thicker than the line defined in the parameters. Interestingly this does not happen with the zero depth section option. I’ve included the 3D script below. Any clue? Thanks.
Geoff Briggs
AC 9, Mac
IF gs_shadow=0 THEN SHADOW OFF
IF gs_shadow=1 THEN SHADOW ON
PEN gs_cont_pen
C=ZZYZX
addy -b/2
!addz -c
BRICK A,B,C
SECT_FILL 1, 1,1, Si ! Si = infill pen parameter
D=0
IF InStyle='None' THEN D=0
IF InStyle='Blocking' THEN D=1
IF InStyle='Dimensional' THEN D=2
IF InStyle='GLB' THEN D=3
IF InStyle='Microlam' THEN D=4
GOsub 50-(D*10)
50: del top
END
10: rotx 90
for t = 1 to (b/1/4")-1
addz -1/4"
rect a,c
next t
END
20: for t = 1 to c/1 1/2"
addz 1 1/2"
rect a,b
next t
del top
END
30:
PLANE 4,
0,B,0,
A,B,0,
A,0,C,
0,0,C
40:
PLANE 4,
0,0,0,
A,0,0,
A,B,C,
0,B,C
END
Regards,
Geoff Briggs
I & I Design, Seattle, USA
AC7-28, M1 Mac, OS 15.x
Graphisoft Insider's Panel, Beta Tester