GVladislavG
GVladislavG
Hello, team! I try to save my model to ifcXML. I get result file. But Revit can't read and load it. If I save the same model to simple IFC...
Hello, xBim team! I can't get geometry from this IFC-file [IfcFile.zip](https://github.com/xBimTeam/XbimEssentials/files/8140956/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...
Hi, xBim team! Is there any way to get strings of IFCProduct from IFC-file? I found SummaryString() method. But I'm not sure if this is what I need. And I...
Hello, xBim team! I need to get quantitties and properties names for any IFC-class (any IPersistEntitty) in my code. All the quantitties and properties names like they are named in...
Hello, xBim team! How can I add Element to IfcBuilding in IFC2x3? There is no building.AddElement() method in Xbim.Ifc2x3.ProductExtension.IfcBuilding. Thanks!
Hello, xBim team! I try to get Transformation property for XbimShapeInstance. And this matrix is NaN for all XbimShapeInstance in the file. But BimVision opens this file correctly. IFC-file is...
Hello, team! I try to use IfcIndexedColourMap to set diffrent colors to IfcTriangulatedFaceSet. I get the result IFC-file. But it has some errors. Please help to understand, what I'm doing...
Hello, xBim team! I need to locate some elements in the world space. These elements has transform matrix like this 1, 0, 0, 0 0,-1, 0, 0 0, 0, 1,...
Hello, xBim team! I got error while creating context in this file.  Ifc-file is in the archive [Модель Tekla Structures.zip](https://github.com/xBimTeam/XbimGeometry/files/6426753/Tekla.Structures.zip) Thanks for your help and support!
Some of my colleagues can't run my xBim Application with this log: Failed to load Xbim.Geometry.Engine64.dll в Xbim.Geometry.Engine.Interop.XbimGeometryEngine..ctor(ILogger`1 logger) в Xbim.ModelGeometry.Scene.Xbim3DModelContext.get_Engine() в Xbim.ModelGeometry.Scene.Xbim3DModelContext.CreateContext(ReportProgressDelegate progDelegate, Boolean adjustWcs) But some of them...