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