Xbim.Essentials 6.0.489

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xbim.Essentials --version 6.0.489
                    
NuGet\Install-Package Xbim.Essentials -Version 6.0.489
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xbim.Essentials" Version="6.0.489" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xbim.Essentials" Version="6.0.489" />
                    
Directory.Packages.props
<PackageReference Include="Xbim.Essentials" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xbim.Essentials --version 6.0.489
                    
#r "nuget: Xbim.Essentials, 6.0.489"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Xbim.Essentials@6.0.489
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xbim.Essentials&version=6.0.489
                    
Install as a Cake Addin
#tool nuget:?package=Xbim.Essentials&version=6.0.489
                    
Install as a Cake Tool

xBIM Essentials provides support for IFC2x2, IFC2x3, IFC4 Addendum 2 and IFC Alignment (IFC4x1).
xBIM can open, create or modify any IFC file format, including XML, STEP21 and IFCZIP formats.
All programmatic access to IFC Entities is through a single interface, allowing one code base to work with all IFC formats and schemas.
Ifc4 is the default interface future proofing your development work.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (18)

Showing the top 5 NuGet packages that depend on Xbim.Essentials:

Package Downloads
Xbim.Cobie

Provides an object model for handling the COBie schema used in both the UK and US implementations. Supports easy transformation from IFC to COBie and exports to Spreadsheet, JSON and XML formats.

Xbim.COBieLiteUK

UK COBieLite schema for the XBIM Exchange toolkit

Xbim.COBieLite

COBieLite schema for the XBIM Exchange toolkit

Xbim.Exchanger

xBIM Exchanger is a library enabling file exchange between IFC and COBie, COBieLite[UK] and DPoW Supports multiple serialisation formats, including XML, JSON, STEP and native Excel / xslx.

Xbim.IDS.Validator.Common

Common interfaces for IDS validation of IFC models using xbim Toolkit

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Xbim.Essentials:

Repository Stars
teocomi/BCFier
Extensible BCF client and tools
youshengCode/IfcToolbox
Simple tools for processing IFC files. Optimize, convert, split, relocate and anonymize IFC files easily.
Version Downloads Last Updated
6.0.563 2,099 11/7/2025
6.0.521 40,282 4/22/2025
6.0.493 26,449 1/26/2025
6.0.489 15,331 12/17/2024
6.0.445 91,101 3/7/2024
6.0.442 3,062 3/5/2024
5.1.341 191,927 5/4/2022
5.1.323 115,241 12/15/2020
5.1.297 36,417 6/10/2020
5.1.289 14,614 3/27/2020
5.1.274 211,853 10/8/2019
5.1.267 9,514 8/1/2019
5.1.259 18,863 6/3/2019
5.1.257 6,776 6/2/2019
5.0.213 14,960 12/17/2018
4.0.32 6,545 3/5/2021
4.0.31 2,317 3/10/2020
4.0.29 29,780 11/28/2017
4.0.27 15,154 1/18/2017
4.0.26 2,970 1/13/2017
4.0.25 2,854 1/11/2017
4.0.22 3,514 12/6/2016
4.0.20 3,025 11/21/2016
4.0.15 4,300 11/11/2016
4.0.13 4,296 11/10/2016
4.0.9 3,474 11/3/2016
4.0.8 3,371 11/3/2016
4.0.7 20,904 10/28/2016
4.0.6 3,816 10/26/2016
4.0.4 3,365 10/24/2016
4.0.2 6,160 10/13/2016
3.1.15 10,971 8/23/2017
3.1.14 8,453 4/10/2017
3.1.13 5,026 1/23/2017
3.1.12 4,833 10/15/2016
3.1.10 15,353 10/15/2015
3.0.20 7,388 5/22/2015

Support for Net6.0 and netstandard2.1 added
Support for Ifc4.3 TC1 schema
Support for Managed Esent under netcore (Windows only still) - Esent now included as core again
Updated to be Dependency Injection friendly