Dion Moult
Dion Moult
I've noticed that there are a number of superfluous property set descriptions. These add unnecessary maintenance and have no insights for a user. Evidence is in #402 #416 #417 #418....
As mentioned by @TLiebich @berlotti there are some specific requirements to an ISO submission. I propose to add an "enable ISO mode" switch which will allow us to generate an...
> From @TLiebich : assembly is not specific to concrete. The assembly property should be not specific to the Pset_ConcreteElementGeneral. So should we move it to some of the element-specific...
As per the below diagram, we should show the object typing and the shared representation map. Also as per doc sentence: > Elements may have a 'Mapped Geometry' representation that...
If I do `mesh_set.load_new_mesh('/path/to/file.obj')` then `len(mesh_set)` returns 1, despite having multiple objects in the OBJ file. Is it possible to distinguish each individual object in the OBJ?
See test file: [test.txt](https://github.com/IFCjs/web-ifc/files/9776528/test.txt)
Crossposting from https://github.com/IfcOpenShell/IfcOpenShell/issues/2499 :) Here's a simple model. In Revit, Blender, IFCJS, no issues at all. in XBim Xplorer and ODA Open IFC Viewer, it shows a wall with no...
There are a number of issues with IfcMaterialProfileSetUsageTapering. But I'll start with an easy one: the ReferenceExtent attribute says: > It is used as the reference value for the upper...
The data type in the docs is: LIST [0:?] OF IfcInteger but there is also note that says "Data type changed to NUMBER and usage to hold a normalized ratio...
Why does IfcVirtualElement not have a corresponding type class? Shouldn't it?