Hi,
I read through the IFCWall spec and would like to know how to export a manifold solid brep into IFCWall type without explicitly specific parameters for a wall object (Height, Width, Length…)?
I could export the manifold solid brep object into IfcManifoldSolidBrep object, then is there any way to associate the IfcManifoldSolidBrep with an IFCWall object?
those type of questions are answered by the “fundamental concepts” of the IFC specification. They provide you with a path from the elements (e.g. wall, beam, air outlet) to the associated objects (material, geometry, properties, etc.)
Thank you TLiebich. I digested the link a little bit so take a while to feedback. The information is very helpful to me. From my understanding if the IFCWall want associate with a manifold solid brep, the brep must be surface type (i.e. faceted breps). If I want export a solid brep with a wall, then parameters definitions have to be provided (via IfcExtrudedAreaSolid object).