Exemplo n.º 1
0
 /// <summary>
 /// camera class constructor
 /// </summary>
 public camera()
 {
     this.rotationField = new rotation();
     this.positionField = new position3fType();
 }
Exemplo n.º 2
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.º 3
0
 /// <summary>
 /// box3f class constructor
 /// </summary>
 public box3f()
 {
     this.maxField = new position3fType();
     this.minField = new position3fType();
 }
Exemplo n.º 4
0
 /// <summary>
 /// clashresult class constructor
 /// </summary>
 public clashresult()
 {
     this.clashtasklinkField = new clashresultClashtasklink();
     this.clashobjectsField = new List<clashobject>();
     this.commentsField = new List<comment>();
     this.createddateField = new dateType();
     this.approveddateField = new dateType();
     this.clashpointField = new position3fType();
 }