buildingSMART / IDS

Computer interpretable (XML) standard to define Information Delivery Specifications for BIM (mainly used for IFC)
Other
167 stars 52 forks source link

Remove sample that is checking wall types #253

Open pasi-paasiala opened 2 months ago

pasi-paasiala commented 2 months ago

It is not advisable to target type classes in IFC, since:

  1. The users may not be aware of them
  2. The users may not have control over them in the authoring tools

I'd get rid of this sample.

NickNisbet commented 2 months ago

I learnt today from a user that that Solibri does not currently support it. This is an important use case: to check that properties have not been assigned to inappropriate IFC entities. So it helps with information requirements for any downstream process that is going to use the property or filter the model. In most applications a user DOES have control and they WILL need to be aware of this if it is wrong. Please don’t remove it . Please improve Solibri to support it.

CBenghi commented 2 months ago

@pasi-paasiala, the choice to target all IFC classes (limited to the appropriate applicable facets) was made long ago. I think there's no reason to restrict it in 0.9.7, the implications would be huge.

Are you ok to close this issue?