Exemplo n.º 1
0
 /// <summary>
 /// rltag class constructor
 /// </summary>
 public rltag()
 {
     this.boundsField = new box3fType();
     this.pos3dField = new position3fType();
     this.pos2Field = new position2fType();
     this.pos1Field = new position2fType();
     this.colourField = new colourType();
 }
Exemplo n.º 2
0
 /// <summary>
 /// clipplaneset class constructor
 /// </summary>
 public clipplaneset()
 {
     this.boxrotationField = new rotation3fType();
     this.boxField = new box3fType();
     this.clipplanesField = new List<clipplane>();
     this.rangeField = new box3fType();
 }