engine_web-ifc icon indicating copy to clipboard operation
engine_web-ifc copied to clipboard

!!! Please help !!! - Web-IFC load file to objects form - Diagramm

Open mysterieux30 opened this issue 3 years ago • 1 comments

Hello, Please, is there any good explained Diagramm or Schema that could allow me to understand the meaning of every attribute in every object, and if any further necessary information to know exactly how I could interact with all these objects? There are some attributes in the objects extracted from the WASM that doesn't even exist in the IFC format (Example in the picture: 1 "IfcPropertySingleValue" in "HasProperties" of an "IfcPropertySet", there are two objects as attributes "Name" and "NominalValue"; they both have an attribute "Type", and "NominalValue" has an attribute "valueType" too, and all these attributes don't even exist in the IFC structure.[THEY ARE HIGHLIGHTED IN THE PICTURE])

P.S: "Name" matches IfcIdentifier in the IFC Schema. "NominalValue" matches Ifcvalue in the IFC Schema.

Thanks.

a-1 s

mysterieux30 avatar Aug 23 '22 19:08 mysterieux30

You can browse the IFC docs here: http://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcPropertySingleValue.htm

As you can see, the Name and NominalValue are attributes of the IfcPropertySingleValue class.

Moult avatar Sep 15 '22 12:09 Moult

I thin this has been answered so I am going to close it

beachtom avatar Mar 27 '23 15:03 beachtom