Exemplo n.º 1
0
 public JointPart(JointPart jp)
 {
     Element  = jp.Element;
     Joint    = jp.Joint;
     Index    = jp.Index;
     Geometry = jp.Geometry;
 }
Exemplo n.º 2
0
 protected Joint3()
 {
     Parts = new JointPart[3];
 }
Exemplo n.º 3
0
 protected Joint2()
 {
     Parts = new JointPart[2];
 }
Exemplo n.º 4
0
 protected Joint1()
 {
     Parts = new JointPart[1];
 }
Exemplo n.º 5
0
 protected Joint4()
 {
     Parts = new JointPart[4];
 }