IFC4.3.x-development icon indicating copy to clipboard operation
IFC4.3.x-development copied to clipboard

Deprecate all IfcPreDefinedPropertySet - was IfcPermeableCoveringProperties's ShapeAspectStyle attribute

Open Moult opened this issue 4 years ago • 15 comments

The ShapeAspectStyle attribute of all other IfcPreDefinedPropertySet have been deprecated, except for IfcPermeableCoveringProperties. Why is this an exception?

If there is no reason for it to be an exception, I propose to deprecate it.

Moult avatar Aug 30 '21 12:08 Moult

just an offsight, no exception actually we should deprecate the whole entity IfcPermeableCoveringProperties and move these attributes into a property set. To my knowledge it never was a part of an official MVD.

TLiebich avatar Aug 30 '21 14:08 TLiebich

@TLiebich how about migrating all the IfcPreDefinedPropertySet to pets?

Moult avatar Dec 20 '21 08:12 Moult

I would personally vote for it. None of them are part of IFC4 RV (and therefore should be kept for strict compatibility reasons). Better to unify the use of property sets now in 4.3.

TLiebich avatar Dec 20 '21 10:12 TLiebich

Making this as decided unless any objections.

Moult avatar Feb 09 '22 06:02 Moult

So this means copying all IfcPreDefinedPropertySet from entities to psets. That's easy in UML. They're both just classes. And deprecate the IfcPreDefinedPropertySet entities.

What do we deprecate? Do we deprecate the abstract entity and make it carry over through inheritance in the docs or do we just label everything as deprecated?

What do we do with the concepts such as Window attributes: that currently link to the deprecated predefined propsets:

http://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/concepts/Object_Attributes/Object_Occurrence_Attributes/Element_Occurrence_Attributes/Window_Attributes/content.html

Technically we can replicate the structure using non-predefined propsets where the propertyset name and the property names become constraints. But it's not really logical I guess. They aren't "attributes" anymore and probably there are already propertyset properties that are equally significant so it's strange to highligh only the panel/frame ones.

aothms avatar Feb 20 '22 08:02 aothms

Righto so from what I thought was "let's just deprecate this one property to be consistent" could explode into "let's clean up this mess of unstandardised IfcPreDefinedPropertySet"

Revised WIP proposal:

  • Remove concept Door attributes (it's now just psets)
  • Remove concept Window attributes (it's now just psets)
  • (yes there are other element occurrence attributes which could be migrated to psets but let's take this one step at a time)
  • Remove concept Door type attributes (it's now just psets)
  • Remove concept Window type attributes (it's now just psets)
  • Label individually explicitly as deprecated, inherited deprecation may not be a good idea in the future if we want to cut out a layer.
  • Label as deprecated IfcDoorLiningProperties IfcDoorPanelProperties IfcWindowLiningProperties IfcWindowPanelProperties IfcPermeableCoveringProperties and IfcReinforcementDefinitionProperties
  • Pset_DoorLining, Pset_DoorPanel, Pset_WindowLining, Pset_WindowPanel gets added, looks straightforward from a glance, with the ShapeAspect property removed, TYPEDRIVENOVERRIDE
  • Pset_PermeableCovering added, applicable to IfcDoor and IfcWindow with TYPEDRIVENOVERRIDE

~~The problem now, is how do we convert them into psets? A door may have multiple panels, but we can only assign Pset_DoorPanel once, unlike previously where you could have multiple IfcDoorPanelProperties.~~

Moult avatar Feb 23 '22 05:02 Moult

A door may have multiple panels

This issue keeps coming back. I'd say if you want that use decomposition. Otherwise you can't recover the correspondences between psets and shape items anyway.

You can also see it as a conceptual problem with Psets that by instantiating a Pset, the identifier is equal to the type. I think it would have made sense to have a both the Pset name, but also an element-local pset identifier, so that you can have multiple psets with the same name, but different identifier.

aothms avatar Feb 23 '22 08:02 aothms

Happy with the decomposition solution. Updated the proposal. What about how would Pset_ReinforcementDefinition work?

Moult avatar Feb 23 '22 10:02 Moult

Pset_ReinforcementDefinition ? in relation to permeable covering.

there is a quite difficult, but already implemented, generic solution on adding multiple property sets to components, indicated as shape aspects - was proposed for IFC4 RV - see here.

TLiebich avatar Feb 23 '22 11:02 TLiebich

Pset_ReinforcementDefinition ? in relation to permeable covering.

As part of the pitch to migrate all the IfcPreDefinedPropertySet to pets mentioned earlier in this thread.

I know nothing about reinforcing, maybe ping @Jesusbill who can help?

Moult avatar Feb 24 '22 01:02 Moult

Yes, that's indeed a really really complex one. It doesn't match the the structure of a pset. And storing this information so disconnected from the geometry to me doesn't make a lot of sense. Actually it resembles to some extent the alignment concepts, maybe we can take lessons from this, but I'd be inclined to see deprecate and don't migrate to pset and revisit this in a proper project (did precast mvd look into this?)

aothms avatar Feb 24 '22 12:02 aothms

I'd also be happy to see it deprecated (we don't want a straggler IfcPreDefinedPropertySet hanging around) and then it can come back with a more semantic approach.

Moult avatar Feb 25 '22 05:02 Moult

I was working on checking out the standard cases and came across the door docs which reminded me about this issue. What are the changes of getting a decision on this one?

Moult avatar Mar 06 '22 04:03 Moult

Well there's two aspects now. Consensus and time. I'm personally +1 with the proposal, but not sure if we find the time.

aothms avatar Mar 06 '22 06:03 aothms

OK, let's not rush it then, even from a markdown change it's potentially significant from what I see.

Moult avatar Mar 07 '22 07:03 Moult

afbeelding

aothms avatar Jul 17 '23 08:07 aothms