XbimEssentials icon indicating copy to clipboard operation
XbimEssentials copied to clipboard

Getting geometry from IFC-file

Open GVladislavG opened this issue 4 years ago • 0 comments

Hello, xBim team! I can't get geometry from this IFC-file IfcFile.zip

m_3DMdlContext = new Xbim3DModelContext(m_model);
m_3DMdlContext.MaxThreads = 1;
m_3DMdlContext.CreateContext();
m_ShapeInsts = m_3DMdlContext.ShapeInstances().ToList();

m_ShapeInsts .Count is 0.

Thanks for the answers.

GVladislavG avatar Feb 25 '22 12:02 GVladislavG