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