-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
365 lines (285 loc) · 17 KB
/
index.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="xbim toolkit is an Open Source toolkit for IFC and BIM. You can use it to do anything with IFC. It implements IFC2x3 and IFC4 and allows to develop SW agnostic to IFC version and file format.">
<meta name="author" content="xbim ltd.">
<meta name="keywords" content="xbim,BIM,C#,CSharp,NET,OpenBIM,IFC,buildingSMART,standard,documentation,examples">
<meta name="google-site-verification" content="0uIEEP0H5QWrL3gUPIdxOhMzGT0ZArO6rdpj9TOeeEQ" />
<link rel="icon" href="img/favicon.ico">
<title>xbim toolkit</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Google fonts -->
<link target="_blank" href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="css/codestyles.css" rel="stylesheet">
<link href="css/site.css" rel="stylesheet">
<script src="js/jquery.min.js"></script>
<!-- Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51899259-2', 'auto');
ga('send', 'pageview');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VRB7WSDSRJ"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-VRB7WSDSRJ');
</script>
<!-- JSON-LD markup generated by Google Structured Data Markup Helper. -->
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "SoftwareApplication",
"name" : "xbim toolkit",
"image" : "https://docs.xbim.netimg/xBim_toolkit_logo.png",
"url" : "https://docs.xbim.net/",
"author" : {
"@type" : "Person",
"name" : "prof. Steve Lockley"
},
"applicationCategory" : "BIM",
"downloadUrl" : "https://www.nuget.org/packages?q=xbim",
"softwareVersion" : "4.0"
}
</script>
</head>
<!-- NAVBAR
================================================== -->
<body>
<nav class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img alt="logo" src="img/xBim_toolkit_logo.png"/></a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li>
<a href="quick-start.html">Quick Start</a>
</li>
<li>
<a href="docs.html">Docs</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Examples <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="examples/examples-list.html">Examples list</a>
</li>
<li role="separator" class="group-divider">Basic </li>
<li>
<a href="examples/basic-model-operations.html">Basic Model Operations</a>
</li>
<li>
<a href="examples/watch-the-log.html">Watch the log!</a>
</li>
<li>
<a href="examples/proper-wall-in-3d.html">Proper Wall in 3D</a>
</li>
<li>
<a href="examples/step-to-xml-and-back-again.html">STEP to XML and Back Again</a>
</li>
<li>
<a href="examples/creating-wexbim-file.html">Creating wexBIM file</a>
</li>
<li>
<a href="examples/using-linq-for-optimal-performance.html">Using LINQ for Optimal Performance</a>
</li>
<li>
<a href="examples/excel-space-report-from-ifc.html">Excel Space Report from IFC</a>
</li>
<li>
<a href="examples/spatial-hierarchy.html">Spatial hierarchy</a>
</li>
<li role="separator" class="group-divider">Advanced </li>
<li>
<a href="examples/federating-models.html">Federating Models</a>
</li>
<li>
<a href="examples/insert-copy-function.html">Insert Copy Function</a>
</li>
<li>
<a href="examples/change-log-creation.html">Change Log Creation</a>
</li>
<li role="separator" class="group-divider">Web UI </li>
<li>
<a href="examples/hello-building.html">Hello Building</a>
</li>
<li>
<a href="examples/safe-hello-building.html">Safe Hello Building</a>
</li>
<li>
<a href="examples/eventful-building.html">Eventful Building</a>
</li>
<li>
<a href="examples/building-seen-from-everywhere.html">Building Seen from Everywhere</a>
</li>
<li>
<a href="examples/colourful-building.html">Colourful Building</a>
</li>
<li>
<a href="examples/pinpoint-the-view.html">Pinpoint the View</a>
</li>
<li>
<a href="examples/informational-overlay.html">Informational Overlay</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Release notes <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="release-notes/fast-upgrade-track.html">Fast Upgrade Track</a>
</li>
<li>
<a href="release-notes/xbim-4-release-notes.html">xBIM 4 Release Notes</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Research <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="research/history.html">History</a>
</li>
<li>
<a href="research/how-to-reference.html">How to reference</a>
</li>
<li>
<a href="research/ifc2x3-test-harness.html">Ifc2X3 Test Harness</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Downloads <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="downloads/xbimxplorer.html">XbimXplorer</a>
</li>
</ul>
</li>
<li>
<a href="cloud.html">Cloud</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">License <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="license/license.html">License</a>
</li>
<li>
<a href="license/third-party-licenses.html">Third Party Licenses</a>
</li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="banner">
<h1>xbim toolkit <br /> <small>making building information flow </small></h1>
</div>
<div class="flex-add">
Interested to see what we do in the cloud? Join us for one of our <a target="_blank" href="https://xbim.net/webinar/?utm_source=toolkit" target="_blank">webinars</a>!
</div>
<div class="container">
<h1>The toolkit</h1>
<p>The <strong>xbim toolkit</strong> is a <strong>.NET</strong> <a href="license/license.html">open-source</a> software development BIM toolkit that
supports the <a target="_blank" href="http://www.buildingsmart-tech.org/">BuildingSmart</a> Data Model (aka the <a target="_blank" href="https://technical.buildingsmart.org/standards/ifc/">Industry Foundation Classes IFC</a>).</p>
<p>Xbim allows .NET developers to read, create and view <a target="_blank" href="http://en.wikipedia.org/wiki/Building_information_modeling">Building Information (BIM)</a> Models in the IFC format.
There is full support for geometric, topological operations and visualisation. In addition xbim supports
bi-directional translation between IFC and COBie formats. Core libraries for data manipulation are all written in C#, core of geometry engine is written in C++.</p>
<p><img src="img/visualization_pipeline.png" alt="visualization with Toolkit" /></p>
<h1>Getting Started</h1>
<p>Our main distribution channel is <a target="_blank" href="https://www.nuget.org/packages?q=xbim">NuGet</a>. Versions published there are assumed to be stable and safe.
You can also use our development feeds as listed at the bottom of this page. Have a look at <a href="quick-start.html">this quick guide</a> to get up to speed
with basic xbim functions. Examples contain other code samples and snippets which present various xbim features. You will see that it is quite powerful.</p>
<p>Two core libraries <a target="_blank" href="https://github.com/xBimTeam/XbimEssentials">Xbim Essentials</a> and <a target="_blank" href="https://github.com/xBimTeam/XbimGeometry">Xbim Geometry</a> are to be used
for the creation of complex applications, other <a target="_blank" href="https://github.com/xBimTeam">repositories</a> include a number of example applications to
demonstrate its capabilities:</p>
<ul>
<li><a target="_blank" href="https://github.com/xBimTeam/XbimWindowsUI">Xbim Xplorer</a> - a Windows WPF sample application that can open and render 3D IFC models (and native xbim models ) as well as displaying semantic data.</li>
<li><a target="_blank" href="https://github.com/xBimTeam/XbimWebUI">Xbim WebUI</a> - a 3D web component that can open and render 3D models <a href="examples/creating-wexbim-file.html">processed by xbim</a>. </li>
<li><a target="_blank" href="https://github.com/xBimTeam/XbimUtilities">Xbim Utilities</a> - a set of sample console applications to perform bulk functions on IFC files.</li>
<li><a target="_blank" href="https://github.com/xBimTeam/XbimExchange">Xbim Exchange </a> - Project containing libraries and sample application demonstrating various approaches to work with COBie. This includes <a target="_blank" href="https://github.com/xBimTeam/XbimExchange/tree/master/Xbim.COBie">Xbim.Cobie</a> which represents spreadsheet view of the COBie model, <a target="_blank" href="https://github.com/xBimTeam/XbimExchange/tree/master/Xbim.COBieLite">implementation</a> of <a target="_blank" href="https://www.nibs.org/?page=bsa_cobielite">CobieLite</a>, <a target="_blank" href="https://github.com/xBimTeam/XbimExchange/tree/master/Xbim.COBieLiteUK">Xbim.CobieLiteUK</a> which is XML model inspired by CobieLite but more rigorous and memory efficient and <a target="_blank" href="https://github.com/xBimTeam/XbimEssentials/tree/master/Xbim.CobieExpress">CobieExpress</a> as an EXPRESS based model representing COBie. <a target="_blank" href="https://github.com/xBimTeam/XbimExchange">XbimExchange </a> contains sample code for conversions between IFC and various implementations of COBie.</li>
<li><a target="_blank" href="https://github.com/xBimTeam/XbimSamples">Xbim Samples</a> - a sample console application demonstrating how to undertake simple IFC creation and other tasks with xbim.</li>
</ul>
<p>Please note: all the applications except for <a target="_blank" href="https://github.com/xBimTeam/XbimWebUI">Xbim WebUI</a> are provided to demonstrate how to use the xbim toolkit components, they are not intended for use in uncontrolled production environments.</p>
<h1>Stay in touch</h1>
<p>Xbim Ltd occasionally send a newsletter with tips and tricks for the Toolkit, as well as information about the latest developments.
<a target="_blank" href="https://share.hsforms.com/1IQizWxh-SGCOQ0CQnikEJw3myli">Sign up</a> if you want to stay updated. </p>
<h1>Current versions</h1>
<table class="table">
<thead>
<tr><th>Toolkit Component</th><th> Latest Myget (develop) </th><th> Latest Myget (master) </th><th> Latest Nuget</th></tr>
</thead>
<tbody>
<tr><td><p>Essentials</p></td><td><p><img src="https://img.shields.io/myget/xbim-develop/vpre/Xbim.Essentials.svg" alt="develop" /> </p></td><td><p><img src="https://img.shields.io/myget/xbim-master/v/Xbim.Essentials.svg" alt="master" /> </p></td><td><p><a target="_blank" href="https://www.nuget.org/packages/Xbim.Essentials/"><img src="https://img.shields.io/nuget/v/Xbim.Essentials.svg" alt="Nuget" /></a></p></td></tr>
<tr><td><p>Geometry</p></td><td><p><img src="https://img.shields.io/myget/xbim-develop/vpre/Xbim.Geometry.svg" alt="develop" /> </p></td><td><p><img src="https://img.shields.io/myget/xbim-master/v/Xbim.Geometry.svg" alt="master" /> </p></td><td><p><a target="_blank" href="https://www.nuget.org/packages/Xbim.Geometry/"><img src="https://img.shields.io/nuget/v/Xbim.Geometry.svg" alt="Nuget" /></a></p></td></tr>
<tr><td><p>CobieExpress</p></td><td><p><img src="https://img.shields.io/myget/xbim-develop/vpre/Xbim.CobieExpress.svg" alt="develop" /> </p></td><td><p><img src="https://img.shields.io/myget/xbim-master/v/Xbim.IO.CobieExpress.svg" alt="master" /> </p></td><td><p><a target="_blank" href="https://www.nuget.org/packages/Xbim.CobieExpress/"><img src="https://img.shields.io/nuget/v/Xbim.IO.CobieExpress.svg" alt="Nuget" /></a></p></td></tr>
<tr><td><p>Windows UI</p></td><td><p><img src="https://img.shields.io/myget/xbim-develop/vpre/Xbim.WindowsUI.svg" alt="develop" /> </p></td><td><p><img src="https://img.shields.io/myget/xbim-master/v/Xbim.WindowsUI.svg" alt="master" /> </p></td><td><p><a target="_blank" href="https://www.nuget.org/packages/Xbim.WindowsUI/"><img src="https://img.shields.io/nuget/v/Xbim.WindowsUI.svg" alt="Nuget" /></a></p></td></tr>
<tr><td><p>Exchange</p></td><td><p><img src="https://img.shields.io/myget/xbim-develop/vpre/Xbim.Exchange.svg" alt="develop" /> </p></td><td><p><img src="https://img.shields.io/myget/xbim-master/v/Xbim.Exchange.svg" alt="master" /> </p></td><td><p><a target="_blank" href="https://www.nuget.org/packages/Xbim.Exchange/"><img src="https://img.shields.io/nuget/v/Xbim.Exchange.svg" alt="Nuget" /></a></p></td></tr>
</tbody>
</table>
<h1><a name="compilation"></a>Compilation</h1>
<p>The toolkit uses the NuGet technology for the management of several required packages as well as for distributing the libraries.
If you wish to use the <strong>development versions of xbim</strong>, make sure to add our NuGet feeds for the master and develop branches of the solution.
NuGet can download all the required dependencies for you if you have the correct package source configuration.</p>
<p>If you use Visual Studio 2015+ add the following package sources:</p>
<ul>
<li>https://www.myget.org/F/xbim-develop/api/v3/index.json</li>
<li>https://www.myget.org/F/xbim-master/api/v3/index.json</li>
</ul>
<p>If you use Visual Studio 2013+ add the following package sources:</p>
<ul>
<li>https://www.myget.org/F/xbim-develop/api/v2</li>
<li>https://www.myget.org/F/xbim-master/api/v2</li>
</ul>
<p><canvas id="x-view" style="width:100%;"></canvas></p>
<script type="text/javascript" src="js/xbim-viewer.js"></script>
<script type="text/javascript" src="js/sample-house.js"></script>
</div>
<div id="invitation" class="container collapse">
<p>
Want to stay updated on xbim news and developments?
</p>
<a class="btn btn-primary" target="_blank" href="https://share.hsforms.com/1IQizWxh-SGCOQ0CQnikEJw3myli" target="_blank">Sign up for a newsletter</a>
<button class="btn btn-default" id="btn-invitation-dismiss">Dismiss</button>
</div>
<div class="brands-container">
<p><small>Some of the companies using xbim toolkit:</small></p>
<a target="_blank" href="https://www.xbim.net"><img style="height:65px;" src="img/xBim_parent_logo_white.svg" class="brand" alt="xbim ltd."></a>
<img src="img/logos/northumbria_logo_gray.png" class="brand"/>
<img src="img/logos/viewpoint_logo_gray.png" class="brand"/>
<img src="img/logos/welplan_logo_gray.png" class="brand"/>
<img src="img/logos/nbs_logo_gray.png" class="brand"/>
<img src="img/logos/bim_academy_logo_gray.png" class="brand"/>
<img src="img/logos/di5_logo_gray.png" class="brand"/>
<img src="img/logos/SEMA_logo_gray.png" class="brand"/>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
<script src="js/invitation.js"></script>
</body>
</html>