james nguyen - 2003-07-08

Hi,

I was wondering how I would make a gap between two beams and not have them be centered with one another. In other words, I am trying to offset one beam so it is opposite only half of the other beam. The current commands I have right now is:

--anchors and their torsion hinges:
anchor {node "b"; material=p1, l=10u, w=10u, oz=90, h=8u}
beam3d {node "b", node "c"; material=p1, l=80u, w=2u, oz=-90, h=2u}
beam3d {node "d", node "e"; material=p1, l=80u, w=2u, oz=-90, h=2u}
anchor {node "e"; material=p1, l=10u, w=10u, oz=-90, h=8u}

--mirror with gap:
gap2de {node "c", node "d", node "F", node "G"; material=p1, l=100u, w1=30u, w2=15u, oz=-90, ox=90, gap=5u, R1=100, R2=100}

Thank you in advance for your help.
James