Xbim.Essentials 3.0.18

dotnet add package Xbim.Essentials --version 3.0.18
NuGet\Install-Package Xbim.Essentials -Version 3.0.18
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="3.0.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xbim.Essentials --version 3.0.18
#r "nuget: Xbim.Essentials, 3.0.18"
#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.
// Install Xbim.Essentials as a Cake Addin
#addin nuget:?package=Xbim.Essentials&version=3.0.18

// Install Xbim.Essentials as a Cake Tool
#tool nuget:?package=Xbim.Essentials&version=3.0.18

xBIM Essentials is the core part of the toolkit that deals with reading and writing IFC data files. It does not contain support for geometric operations and 3D visualisation.
         Use xBIM 3D if you need support for geometry and presentation, its also open source.
         xBIM is an Open Source Toolkit for developing IFC based applications (BuildingSmart Data model).
         3.0 contains a new geometry engine that has a full API to allow geometry constructions, boolean operations and meshing.
         It provides full support for reading and writing geometry, topology and data in accordance with the Ifc2x3 schema.
         xBIM reads and writes Ifc, IfcXMl and IfcZip formats.
         The xBIM project provides packages to convert IFC models to COBie spreadsheets in both UK and US cultures as well as a range of 3D viewing controls for use with Windows forms, WPF, WEBGL and OpenGL platforms.
         IOS and Android versions are under development.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

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

Repository Stars
teocomi/BCFier
Extensible BCF client and tools
Version Downloads Last updated
3.0.18 160 3/30/2015
3.0.16 64 3/24/2015
3.0.14 54 3/17/2015
3.0.13 44 3/16/2015
3.0.12 35 3/16/2015
3.0.11 56 3/8/2015
3.0.10 174 2/27/2015
3.0.9 66 2/25/2015
3.0.7 53 2/22/2015
3.0.6 75 2/10/2015
3.0.5 66 2/9/2015
3.0.3 181 1/20/2015

Minor changes to geometry interface definitions
         Minor fixes with normal calculations and packing.
       All Ifc2x3 class are now supported.