XbimEssentials icon indicating copy to clipboard operation
XbimEssentials copied to clipboard

Question : Is there any way to Convert ifc to attached excel format (2D floorplan)?

Open Abhicode5 opened this issue 4 years ago • 1 comments

@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

Abhicode5 avatar Mar 26 '21 06:03 Abhicode5

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

andyward avatar Mar 26 '21 07:03 andyward