XbimEssentials
XbimEssentials copied to clipboard
Getting geometry from IFC-file
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.