GVladislavG
GVladislavG
Hello! File in attached archive makes `Xbim3DModelContext.CreateContext();` crashed. Changing #28= IFCGEOMETRICREPRESENTATIONCONTEXT($,'Model',3,0.2,#26,#27); to #28= IFCGEOMETRICREPRESENTATIONCONTEXT($,'Model',3,1E-4,#26,#27); doesn't help. What is the problem? And can I fix it by some changing IFC-file? [ProblemIFC.zip](https://github.com/xBimTeam/XbimGeometry/files/12252016/ProblemIFC.zip)
Hello, xBim team! I'm using XBimShapeInstance to get geometry data of IfcProducts. I use this code ``` XbimShapeGeometry geometry = m_3DMdlContext.ShapeGeometry(instance); byte[] data = ((IXbimShapeGeometryData)geometry).ShapeData; using (var stream = new...
Hello, team! There is a problem in attached IFC-file. ``` m_3DMdlContext = new Xbim3DModelContext(m_model); m_3DMdlContext.MaxThreads = 1; m_3DMdlContext.CreateContext(); ``` There is Stack overflow exception while executing m_3DMdlContext.CreateContext(). Thanks! [StackOverflow.zip](https://github.com/xBimTeam/XbimGeometry/files/10369102/StackOverflow.zip)
Hello, XBim team! How can I set model units? It's millimeters by default. How to set meters for example? Thanks!
Hello, team! I use this transformation to get correct world coordinates of the instance `IfcSite.ObjectPlacement * XbimShapeInstance.Transformation` But there are some files where XbimShapeInstance.Transformation contains world coordinates. And this multiplication...
Hello, team! I have these two files with Class tree and list of alll property sets for IFC4. [IFC.zip](https://github.com/user-attachments/files/19604334/IFC.zip) I need such files for IFC4x3. Can you help me? Thanks!
Hello, xBim team! Do you plan to release Linux support for xBim SDK? And when if you do? Thanks!
Hello, team! I have a problem with geometry generation in Revit IFC-file BimVision geometry  Geometry by xBim  Problem file is attached. [RevitTest.zip](https://github.com/user-attachments/files/18079557/RevitTest.zip)
Hello, xBim team! I have a problem with getting geometry of rebars. IFC-file is in attached archive. Thanks! [0001-ПД_6_КР.zip](https://github.com/user-attachments/files/22044628/0001-._6_.zip)
Hello, team! There is problem with geometry generation of curve structure element in IFC-file, created in Tekla. Problem file is attached. Thanks!   [301.280-КМ1 изм.4_IFC4.zip](https://github.com/user-attachments/files/18609601/301.280-.1.4_IFC4.zip)