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