buildingSMART / NextGen-IFC

62 stars 4 forks source link

Consideration to remove IfcProductRepresentation #74

Open SergejMuhic opened 4 years ago

SergejMuhic commented 4 years ago

Description of the proposal: IfcProductRepresentation is comprised of IfcMaterialDefinitionRepresentation and IfcProductShapeRepresentation. In a nutshell, it gives IfcMaterial and IfcProduct to reference more than one representation (style, geometry, topology) through an attribute referencing many IfcRepresentations. This attribute referencing many representations could be applied directly to IfcProduct and IfcMaterial. Describe how it contributes to the objectives (https://github.com/buildingSMART/NextGen-IFC/wiki/Towards-a-technology-independent-IFC): It allows for shorter geometry graphs and removes potentially unnecessary entities in the schema. Is this a proposal to 'add', 'remove' of 'change' entities in the schema (pick one): remove What do we win: clearer path to representation items from product and material What do we lose a reference from product definition shape to shape aspects. although the individual shape representations pertain the reference to shape aspects Schema impact: potentially big as it changes the concept of how products get shapes and materials get styles Instance model impact: simplification Backwards compatible: seems to be, as the attributes on IfcProductRepresentation (Name and Description) other than Representations are left empty in most if not all IFC files Automatic migration possible: yes, see previous point Additional implications:

- Note that not all points need to be satisfied! Backwards compatibility and file size are not concerns.