XbimEssentials
XbimEssentials copied to clipboard
Question : Is there any way to Convert ifc to attached excel format (2D floorplan)?
@martin1cerny I am trying to get the following information . I want ifc to 2d Floor plan coordinates (startx,start y) -> (endx ,endy)
Is it possible to convert ifc to this format ? (or get info in this format) ? test (2).zip
Well you could calculate an axis-aligned bounding box for the IfcSpaces, but it's going to be imprecise unless all your rooms are rectangular and oriented on the same axis.
There's some old code to do this at https://github.com/xBimTeam/XbimAnalysis/blob/93260b15a27a815f81b8b71cbaed3439e361e404/Xbim.Analysis/Comparing/GeometryComparerII.cs#L67