IFC4.3.x-development
IFC4.3.x-development copied to clipboard
Repository to collect updates to the IFC4.3 Specification
If PEnum_ElementStatus is set to OTHER, there is nowhere for the user to fill out the "userdefined" status. Perhaps this is OK and the intention is to use IfcTasks for...
It's a real pain when filtering: https://github.com/IfcOpenShell/IfcOpenShell/issues/2741 This is similar to how MEP equipment have their size dimensions spread across many psets. There really should be a Pset_Status, also allowing...
@SergejMuhic @PeterRdf What would be the suitable definition? Is it `Position.Dim` or sth else?
The Tag attribute has this description: > The tag (or label) identifier at the particular instance of a product, e.g. the serial number, or the position number. It is the...
I don't see the logic of why building element proxies have a HasObjectName WR. Many objects in our industry use names at a type level, not the occurrence, so there...
Geographic elements, which are becoming increasingly more relevant do not have any dedicated base quantities Qto for them. The only Qto they have officially is Qto_BodyGeometryValidation which is more intended...
For all other material sets, they can specify the profile(s) / layer(s) at the relating type. Then, all occurrences of that type will have a material set usage pointing to...
Placement is currently mandatory for IfcTextLiteral. This seems inconsistent. I propose to make it optional (and therefore default to an identity matrix) which is the same behaviour for other types...
Noticed that in latest .exp schemas (as it was in ifc4 too) IfcCivilElement doesnt have WHERE block with CorrectTypeAssigned = IfcCivilElementType. Seems like a bug. Current code for IfcCivilElement: ```EXPRESS...
Currently IfcVirtualElement and IfcAnnotation have no corresponding type. (e.g. so you can't have a type of dimension annotation) The only workaround right now is to use IfcTypeProduct which has this...