XbimEssentials icon indicating copy to clipboard operation
XbimEssentials copied to clipboard

A .NET library to work with data in the IFC format. This is the core component of the Xbim Toolkit

Results 127 XbimEssentials issues
Sort by recently updated
recently updated
newest added

#### Assemblies and versions affected: Xbim.Essentials 4.0.403 / 4.0.407 Xbim.Gltf.IO 5.1.113 #### Steps (or code) to reproduce the issue: using (var m = IfcStore.Open(ifcPath)) { IfcStore.ModelProviderFactory.UseEsentModelProvider(); var c = new...

I have an IFC file contains 3D building, I want to store this file to 3DcityDB, which is needed in CITYJSON or CITYGML format. Can I convert the IFC file...

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! I've been trying to find any way to properly compare two ifc models, but couldn't find a way to do this. So is it possible to do using xbim?...

Hi, I'm actually doing **a comparison of entities from interface IPersistEntity by their properties information.** I want to know if it is another way to check the equality of entity?...

Hello community, I'm trying to understand what are the target frameworks that the community is using in order to decide what to do with the update of some core libraries...

Hello, I've downloaded _XbimWindowsUI_ to do some test with _Xbim.WinformsSample_. I run the solution in a virtual machine and when I try to open IFC files bigger than 100 MB...

as the title ![image](https://user-images.githubusercontent.com/45312105/117008745-a04d2800-ad1d-11eb-98a0-1ac93b403302.png)

Hello, I am currently trying to compare the geometry of two objects and identify whether they overlap or not. I have not really used xBIM for processing geometry so I...

help wanted

*Short summary describing the issue. (3-5 sentences)* #### Assemblies and versions affected: *Xbim.Essentials 5.1.323 ; Xbim.Geometry 5.1.403 #### Steps (or code) to reproduce the issue: Just run the code. ```csharp...