Exemple #1
0
 public CObjetIdentifiable()
 {
     this.proprietes           = new CProprietesDefaut();
     this.listCategoriesObjets = new List <CCategorieObjet>();
     this.rendu     = new CRendu();
     this.geometrie = new CGeometrie();
 }
Exemple #2
0
 public void SetRendu(CRendu rendu)
 {
     this.rendu = rendu;
 }