-
Notifications
You must be signed in to change notification settings - Fork 21
/
Xbim.BCF.nuspec
29 lines (28 loc) · 2.01 KB
/
Xbim.BCF.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Xbim.Bcf</id>
<version>4.0.0</version>
<title>xBIM BCF</title>
<authors>xBIM team</authors>
<owners>Steve Lockley</owners>
<licenseUrl>https://github.com/xBimTeam/XbimBCF/blob/master/LICENCE.md</licenseUrl>
<projectUrl>https://github.com/xBimTeam/XbimBCF/</projectUrl>
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=xbim&DownloadId=373774&Build=20335</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>xBIM BCF is a standalone Xbim library which allows reading and writing of BCF (https://github.com/BuildingSMART/BCF/) files.
xBIM is an Open Source Toolkit for developing IFC based applications (BuildingSmart Data model).
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.</description>
<summary>The .Net toolkit for developing BIM applications based on the IFC standard. Support for the BCF data model</summary>
<releaseNotes>3.0 contains a new geometry engine that has a full API to allow geometry constructions, boolean operations and meshing. All Ifc2x3 class are now supported.</releaseNotes>
<language>en-GB</language>
<tags>BIM, IFC, IfcXml, IfcZip, COBie, .Net, C#, BuildingSmart, BCF, Bim Collaboration Format</tags>
</metadata>
<files>
<file src="Output\Release\Xbim.BCF.dll" target="lib\net45\Xbim.BCF.dll" />
<file src="Output\Release\Xbim.BCF.xml" target="lib\net45\Xbim.BCF.xml" />
</files>
</package>