Info
Version: | 4.0.29-V009a |
Author(s): | Jose Fajardo |
Last Update: | Saturday, November 4, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/xBimTeam/ |
NuGet Url: | https://www.nuget.org/packages/Xbim.Essentials.Standard |
Install
Install-Package Xbim.Essentials.Standard
dotnet add package Xbim.Essentials.Standard
paket add Xbim.Essentials.Standard
Xbim.Essentials.Standard Download (Unzip the "nupkg" after downloading)
Dependencies
- log4net(>= 2.0.8)
- ManagedEsent(>= 1.9.4)
- SharpZipLib(>= 1.0.02)
Tags
xBIM Essentials 4 provides support for Ifc2x2, Ifc2x3 and Ifc4 Addendum 1.
This release provides IfcStore, a single point for opening any Ifc file, 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.
Ifc4 is the default interface future proofing your development work.
This release replaces Xbim Essentials 3 but minor code reafactoring will be required, XbimModel is deprecated in favour of IfcStore.