Collins Software

3D I-BEAM Canvas Example, click and drag Mouse to Rotate Image... Mouse Wheel to Zoom
plot = new plot3d$();
plot.setLookFrom(0,0,25,3);
graphic = new graphic$();
graphic.add('polygon,,"scale=0.25:height=1:name=I-Beam:lineWidth=0:transparent=0.25:color=black:visible=false",12,0:0,7:0,7:1,4:1,4:7,6:7,6:8,1:8,1:7,3:7,3:1,0:1');
graphic.add('line,,linestyle=I-Beam,2,0:0,0:0:10');
graphic.add('line,,linestyle=I-Beam,2,10:0,10:0:10');
graphic.draw(plot,'pic');

HTML CANVAS IS NOT SUPPORTED BY YOUR BROWSER