forked from BIM360API/bim360api.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·735 lines (696 loc) · 45.2 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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Autodesk BIM 360 API</title>
<meta content="chrome=1" http-equiv="X-UA-Compatible">
<meta content="bim360api.GitHub.io : The entry point of Autodesk BIM 360 API Pages" name="description">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css" rel="stylesheet">
<link href="css/ionicons.css" rel="stylesheet">
<link href="css/maria-theme-checkbox.css" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/maria-base-theme.css" rel="stylesheet">
<link href="css/maria-theme.css" rel="stylesheet">
<link href="css/open-sans.css" rel="stylesheet">
<link href="css/ek_changes.css" rel="stylesheet">
<body data-spy="scroll" data-target="#nav-parent">
<!-- Header================================================== -->
<div class="bs-docs-section clearfix">
<div class="row">
<div class="col-lg-12">
<div class="bs-component">
<div class="navbar navbar-default app-navbar">
<div class="container app-container">
<div class="navbar-header">
<a class="navbar-brand" href="javascript:void(0)"><img width="160px;" src="img/Autodesk_logo.png" style="padding: 20px;"></a>
</div>
<div class="navbar-nav-large navbar-signed-in">
<ul class="nav navbar-nav app-main-nav">
<li><a href="" class="dropdown-toggle" data-toggle="dropdown">APIs</a>
<div class="app-dropdown-container">
<div class="app-dropdown-body app-container">
<div class="app-dropdown-container-small">
<div class="dropdown-menu navbar-dropdown-menu">
<ul class="navbar-dropdown-1col">
<li><a>
<div class="row-picture app-row-picture app-api-picture">
<img class="" src="img/bim-360-glue-icon-75x75.png" alt="icon">
</div>
<div class="row-title app-api-name" href="https://b4.autodesk.com/api" target="_blank">
<h5>Glue SDK</h5>
<div class="app-badge app-badge-approved"><span>New</span></div>
</div>
<div class="row-content app-api-description">
<p>The Autodesk® BIM 360™ Glue Software Development Kit (BIM 360 Glue SDK) is a set of tools that will allow third party application developers and integrators to interface with the BIM 360 Glue Platform.</p>
</div>
</a></li>
<li><a>
<div class="row-picture app-row-picture app-api-picture">
<img class="" src="img/bim-360-field-icon-75x75.png" alt="icon">
</div>
<div class="row-title app-api-name" href="https://bim360field.autodesk.com/apidoc/index.html">
<h5>Field API</h5>
<div class="app-badge app-badge-approved"><span>New</span></div>
</div>
<div class="row-content app-api-description">
<p>Harness the power of Field Construction Data from the cloud to deliver unique, scalable, fast, and high-powered web services to your customers.</p>
</div>
</a></li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li class="dropdown"><a href="" class="dropdown-toggle" data-toggle="dropdown">SUPPORT</a>
<div class="app-dropdown-container">
<div class="app-dropdown-body app-container">
<div class="app-dropdown-container-big">
<div class="dropdown-menu navbar-dropdown-menu">
<!-- <ul class="navbar-dropdown-1col" style="border-right:1px solid #ccc;">
<h5 class="navbar-dropdown-subtitle">Sample Apps</h5>
<p class="navbar-dropdown-text">Grab some ideas from other apps</p>
<li><a>
<div class="row-picture app-row-picture app-api-picture">
<img class="" src="img/View_And_Data_62px.svg" alt="icon">
</div>
<div class="row-title app-api-name">
<h5>Android Workflow</h5>
</div>
<div class="row-content app-api-description">
<p>Your users can view, zoom and interact with 2D and 3D models from Autodesk product on </p>
</div>
</a></li>
<li><a>
<div class="row-picture app-row-picture app-api-picture">
<img class="" src="img/Rendering_62px.svg" alt="icon">
</div>
<div class="row-title app-api-name">
<h5>IOS Workflow</h5>
</div>
<div class="row-content app-api-description">
<p>Your users can view, zoom and interact with 2D and 3D models from Autodesk product on </p>
</div>
</a></li>
<li><a>
<div class="row-picture app-row-picture app-api-picture">
<img class="" src="img/Energy_62px.svg" alt="icon">
</div>
<div class="row-title app-api-name">
<h5>IOS Workflow</h5>
</div>
<div class="row-content app-api-description">
<p>Your users can view, zoom and interact with 2D and 3D models from Autodesk product on </p>
</div>
</a></li>
</ul> -->
<ul class="navbar-dropdown-1col">
<li>
<h5 class="navbar-dropdown-subtitle link"><a>Knowledge Network</a></h5>
<p class="navbar-dropdown-text">Find your answers about Autodesk products and services here</p>
</li>
<li>
<h5 class="navbar-dropdown-subtitle link"><a>Forum</a></h5></a>
<p class="navbar-dropdown-text">Find what you want from the discussion threads within the Autodesk Community</p>
</li>
<li>
<h5 class="navbar-dropdown-subtitle link"><a>Blogs</a></h5>
<p class="navbar-dropdown-text" href="http://the360view.typepad.com">Look through tips and tricks from the Autodesk Experts as they share their secrets from time to timeportal</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<!-- <li><a href="" class="dropdown-toggle" data-toggle="dropdown">MY APPs</a></li> -->
</ul>
<ul class="nav navbar-nav navbar-right">
<!-- <li id="navbar-create-an-app">
<button href="https://github.com/BIM360API" target="_blank"id="nav-btn-createApp" class="btn app-btn app-btn-sm app-btn-default">View on Github</button>
<button href="" id="nav-btn-create" class="btn app-btn app-btn-sm app-btn-default">Start</button>
</li> -->
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/BIM360API">View on GitHub<i class="fa fa-github-alt fa-fw"></i></a></li>
</ul>
<!-- <li id="sign-in-section" class="dropdown">
<button id="SignInDrop" class="btn app-btn btn-person btn-person-image" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<img class="circle" src="img/63.jpg" alt="icon">
</button>
<div id="sign-in-block">
<span id="sign-in-user">User Name</span>
<span id="sign-in-mail">fe.rodriguez.ax@mailinator</span>
</div>
<ul class="dropdown-menu" role="menu" aria-labelledby="SignInDrop">
<li><a>My Apps</a></li>
<li><a>My Profile</a></li>
<li><a>Signout</a></li>
</ul>
</li> -->
</ul>
</div>
<div class="navbar-nav-mobile navbar-signed-in">
<ul class="nav navbar-nav app-main-nav">
<li class="dropdown"><a href="" class="dropdown-toggle" data-toggle="dropdown">APIs</a>
<div class="app-dropdown-container">
<div class="app-dropdown-body app-container">
<div class="app-dropdown-container-big">
<div class="dropdown-menu navbar-dropdown-menu">
<ul class="navbar-dropdown-1col">
<li><a>
<div class="row-title app-api-name">
<h5>Glue SDK</h5>
</div>
</a></li>
<li><a>
<div class="row-title app-api-name">
<h5>Field API</h5>
</div>
</a></li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li class="dropdown"><a href="" class="dropdown-toggle" data-toggle="dropdown">Support</a>
<div class="app-dropdown-container">
<div class="app-dropdown-body app-container">
<div class="app-dropdown-container-big">
<div class="dropdown-menu navbar-dropdown-menu">
<ul class="navbar-dropdown-1col">
<!-- <li>
<div class="row-title app-api-name">
<h5>Sample Apps</h5>
</div>
<a class="sub-menu">
<div class="row-title app-api-name">
<h5>Android App</h5>
</div>
</a>
<a class="sub-menu">
<div class="row-title app-api-name">
<h5>iOS App</h5>
</div>
</a>
<a class="sub-menu">
<div class="row-title app-api-name">
<h5>Windows App</h5>
</div>
</a>
</li> -->
<li>
<a>
<div class="row-title app-api-name">
<h5>Knowledge Network</h5>
</div>
</a>
</li>
<li>
<a>
<div class="row-title app-api-name">
<h5>Forum</h5>
</div>
</a>
</li>
<li>
<a>
<div class="row-title app-api-name">
<h5>Blogs</h5>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<!-- <li class="dropdown"><a href="" class="dropdown-toggle" data-toggle="dropdown">My Apps</a></li> -->
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="navbar-create-an-app">
<button href="" id="nav-btn-create" class="btn app-btn app-btn-sm app-btn-default">Start</button>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Banner================================================== -->
<div class="clearfix">
<div class="row">
<div class="col-lg-12">
<div class="page-header content-header app-content-header api-detail-header view-and-data-api">
<div class="container app-container">
<div class="col-xs-12 col-sm-6 col-md-9 col-lg-9 app-title-container">
<h1 id="view-and-data-title">Autodesk BIM 360 API</h1>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 col-lg-3 app-button-container">
<p class="bs-component">
<a href="http://www.autodesk.com/products/bim-360/overview" class="btn app-btn app-btn-lg app-btn-primary create-app-btn pull-right">Learn about BIM 360<span class="bg-icon size-21"><i class="icon ion-chevron-right"></i></span></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Content================================================== -->
<div class="content-form app-content-form clearfix">
<div class="container app-container">
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-3">
<div id="nav-parent" class="page-header hidden-xs">
<div data-spy="affix" data-offset-top="200" class="panel panel-default app-panel-default app-sidenav-panel">
<div class="navbar-collapse collapse navbar-responsive-collapse panel-body app-panel-body app-sidenav-body" role="complementary">
<div class="col-lg-12">
<ul class="nav nav-pills nav-stacked app-sidenav">
<li role="presentation" class="active"><a href="#Overview" class="first-child">Overview</a>
</li>
<li role="presentation"><a href="#Features" class="first-child">Features</a></li>
<li role="presentation"><a href="#BIM360GlueAPI" class="first-child">BIM360 Glue API</a></li>
<li role="presentation"><a href="#BIM360FieldAPI" class="first-child">BIM360 Field API</a></li>
<li role="presentation"><a href="#Testimonial" class="first-child">Testimonial</a></li>
<li role="presentation"><a href="#SampleCode" class="first-child">Sample Code</a></li>
<li role="presentation"><a href="#support" class="first-child">Support</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="nav-parent-mobile" class="page-header hidden-sm hidden-md hidden-lg">
<div data-spy="affix" data-offset-top="150" class="panel panel-default app-panel-default app-sidenav-panel">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-collapse collapse navbar-responsive-collapse panel-body app-panel-body app-sidenav-body" role="complementary">
<div class="col-lg-12">
<ul class="nav nav-pills nav-stacked app-sidenav">
<li role="presentation" class="active"><a href="#Overview" class="first-child" data-toggle="collapse" data-target=".navbar-responsive-collapse">Overview</a></li>
<li role="presentation"><a href="#Features" data-toggle="collapse" data-target=".navbar-responsive-collapse">Features</a></li>
<li role="presentation"><a href="#BIM360GlueAPI" data-toggle="collapse" data-target=".navbar-responsive-collapse">BIM360GlueAPI</a>
</li>
<li role="presentation"><a href="#BIM360FieldAPI" data-toggle="collapse" data-target=".navbar-responsive-collapse">BIM360FieldAPI</a>
</li>
<li role="presentation"><a href="#Testimonial" data-toggle="collapse" data-target=".navbar-responsive-collapse">Testimonial</a>
</li>
<li role="presentation"><a href="#SampleCode" data-toggle="collapse" data-target=".navbar-responsive-collapse">Sample Code</a>
</li>
<li role="presentation"><a href="#support" data-toggle="collapse" data-target=".navbar-responsive-collapse">Support</a>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-8 col-md-9 col-lg-9">
<div class="page-header">
<div class="panel panel-default app-panel-default">
<div class="panel-body app-panel-body app-api-doc">
<div class="col-lg-12">
<div class="app-api-section">
<div id="Overview" class="app-api-section-heading">
<h2 class="app-api-section-title first-child">Overview</h2>
</div>
<p>Autodesk BIM 360 Services for Construction is among the fastest growing products in Autodesk’s history. BIM 360 APIs and SDK allows developers to extend the capabilities by harnessing the power of web services to transforms the way Construction project data is collected, connected, visualized and managed in the cloud. As a cloud platform, Glue and Field are built for integration with third party systems through our Web Services API. Integration can be as simple as embedding the BIM 360 3D viewer into an application (think of embedding a Youtube video in a web page) or as sophisticated as linking BIM object data to project workflows. Integrations are built on the premise of semantically linking, rather than moving data.</p>
<div id="Features" class="app-api-section-heading clearfix">
<h2 class="app-api-section-title">Features</h2>
</div>
<ul>
<li>BIM 360 is an open platform with APIs that provides a mechanism for integrating disparate systems in a secure and scalable manner.</li>
<li>Connect BIM and critical business workflows with bidirectional integration for Autodesk® and third-party project management and ERP solutions.</li>
<li>REST and JavaScript API makes it easier to create applications.</li>
<li>Our Viewer Component provides access to model and model components data in your web app - no need for desktop CAD software installations.</li>
<li>2D and 3D models come to life right within your browser - view detailed textures, vivid visualizations, smooth navigation, and in-depth design data.</li>
<li>Browser compatibility with Internet Explorer, and Firefox.</li>
<li>Visualize and interact with more than 60 design file formats in your web app; no plug-ins or downloads required.</li>
</ul>
<!-- <div id="Files" class="app-api-section-heading">
<h3 class="app-api-section-title">Supported File Format</h3>
</div>
<div class="table-responsive">
<table class="table table-hover app-table">
<thead>
<tr>
<th>Autodesk</th>
<th>Non Autodesk</th>
</tr>
</thead>
<tbody>
<tr>
<td>AutoCAD® DWG</td>
<td>CATIA</td>
</tr>
<tr>
<td>Autodesk® Inventor®</td>
<td>Siemens Parasolid</td>
</tr><tr>
<td>Autodesk® Fusion 360</td>
<td>Siemens JT Open</td>
</tr><tr>
<td>Autodesk® Simulation Flex</td>
<td>WaveFront Technologies OBJ</td>
</tr><tr>
<td>Autodesk® Navisworks®</td>
<td>Siemens NX</td>
</tr><tr>
<td>Autodesk® Revit®</td>
<td>STEP</td>
</tr><tr>
<td>Autodesk® 3ds Max®</td>
<td>SolidWorks and many more...</td>
</tr>
</tbody>
</table>
</div> -->
<!-- -->
<div id="BIM360GlueAPI" class="app-api-section-heading">
<h2 class="app-api-section-title first-child">BIM 360 Glue API</h2>
</div>
<p>
What is the Autodesk® BIM 360™ Glue SDK?
</p>
<p>The BIM 360 Glue SDK consists of two distinct components: -</p>
<ul>
<li><strong>Web Services API</strong> The Web Services API is a data access API that will allow third party developers to access to the various data objects within the BIM 360 Glue Platform. These data objects would include types such as Users, Projects, Models, etc. With this API, a developer could easily integrate external applications such as project management systems, accounting systems or custom developed solutions.</li>
<li><strong>Display Component</strong> The Display Component of the BIM 360 Glue SDK is an embeddable viewer and the easiest way for a third party to show 3D models from the BIM 360 Glue Platform within their own custom developed web application.</li>
</ul>
<p>With the BIM 360 Glue SDK, you can build applications that take full advantage of the power of the BIM 360 Glue Platform and bring state of the art BIM technology into your products and services.</p>
<br>
<div class="row">
<div class="col-md-6 col-xs-12">
<div class="">
<h4 align="center">
Windows Desktop Client (Test Harness)
</h4>
<p align="center">The Windows Desktop Client (Test Harness) is a Visual Studio 2010 Project written in C#.</p>
</div>
<div class="">
<div class="center">
<a href="https://github.com/BIM360API/BIM360GlueSDKTestharness/tree/master/BIM360GlueSDKTestHarness/TestHarness" target="_blank">
<span class="fa-stack fa-5x">
<i class="fa fa-file-o fa-stack-2x"></i>
<i class="fa fa-wrench fa-stack-1x"></i>
</span>
</a>
</div>
<span class="btn-group pull-right">
<br>
<a class="btn btn-info btn-large" href="https://github.com/BIM360API/BIM360GlueSDKTestharness/tree/master/BIM360GlueSDKTestHarness/TestHarness">Download Sample</a>
</span>
</div>
</div>
<div class="col-md-6 col-xs-12">
<div>
<h4 align="center">
ASP.NET Web Application
</h4>
<p align="center">The ASP.NET Web Application is a Visual Studio 2010 Project written in C#.</p>
</div>
<div class="">
<div class="center">
<a href="https://github.com/BIM360API/BIM360GlueSDKSampleWebApp/" target="_blank">
<span class="fa-stack fa-5x">
<i class="fa fa-file-o fa-stack-2x"></i>
<i class="fa fa-clock-o fa-stack-1x"></i>
</span>
</a>
</div>
<br>
<span class="btn-group pull-right">
<a class="btn btn-info btn-large" href="https://github.com/BIM360API/BIM360GlueSDKSampleWebApp">Download Sample</a>
</span>
</div>
</div>
</div>
<div id="BIM360FieldAPI" class="app-api-section-heading">
<h2 class="app-api-section-title first-child">BIM 360 Field API</h2>
</div>
<p>
Field API is a REST based web services API that returns results serialized as JSON. All high-level objects support CRUD.
</p>
<p>Two Sets of APIs -</p>
<ul>
<li><strong>/fieldapi/{object}/v{version}</strong> that allows you to work with Field Data</li>
<li><strong>api/</strong> Designed for BIM 360 Field Mobile, but is open for customer use.</li>
</ul>
<p>Play with the following live application first to understand the Web Services API, and then setup your first integration app leveraging the web services. Make sure you check the source code of these live samples.</p>
<br>
<div class="row">
<div class="col-md-6 col-xs-12">
<div class="">
<h4 align="center">
Learn the Field Web Services (Test Harness - Beta)
</h4>
<p align="center">A live quick start guide demonstrating the workflow of using Field Web Services.</p>
</div>
<div class="">
<div class="center">
<a href="https://github.com/BIM360API/BIM360FieldSDKTestharness/tree/master/Test%20Harness/BIM360FieldSDK" target="_blank">
<span class="fa-stack fa-5x">
<i class="fa fa-file-o fa-stack-2x"></i>
<i class="fa fa-wrench fa-stack-1x"></i>
</span>
</a>
</div>
<span class="btn-group pull-right">
<br>
<a class="btn btn-info btn-large" href="https://github.com/BIM360API/BIM360FieldSDKTestharness/tree/master/Test%20Harness/BIM360FieldSDK">Download Sample</a>
</span>
</div>
</div>
</div>
</div>
<!-- quick starts -->
<div class="app-api-section">
<div id="Testimonial" class="app-api-section-heading">
<h2 class="app-api-section-title">User Story</h2>
</div>
<p class="col-xs-12 col-sm-12 col-md-7 col-lg-7 clearfix"><strong>"Integration of BIM 360 with Dunn Dashboard has helped us redefine project collaboration to extend into precontruction and planning." </strong><span><strong><br>
</strong><br>
John Jacobs - CIO and Senior VP, JE DUNN Construction</span></p>
<div class="row-picture app-row-picture app-api-picture app-api-video col-xs-12 col-sm-12 col-md-5 col-lg-5 clearfix">
<a href="https://youtu.be/xmIoCyFNPmU" target="_blank">
<img id="" src="http://the360view.typepad.com/jedunn_jacobs.jpg" title="BIM 360 Customer Story">
<button class="app-btn-play"><span class="bg-icon size-21"><i class="icon ion-ios7-play"></i></span></button>
</a>
</div>
<p class="col-xs-12 col-sm-12 col-md-7 col-lg-7 clearfix"><strong>"Learn how the Autodesk BIM 360™ Platform is helping vertical construction contractors collect, connect, visualize and manage all aspects of the construction process to lower overall risk while reducing costs and increasing profits." </strong><span><strong><br>
</strong><br>
</span></p>
<div class="row-picture app-row-picture app-api-picture app-api-video col-xs-12 col-sm-12 col-md-5 col-lg-5 clearfix">
<a href="https://youtu.be/IKLJxw4ZuXA" target="_blank">
<img id="" src="http://the360view.typepad.com/bim360_solution_overview.jpg" title="BIM 360 Solution Overview">
<button class="app-btn-play"><span class="bg-icon size-21"><i class="icon ion-ios7-play"></i></span></button>
</a>
</div>
</div>
<!-- end quick starts -->
<div class="app-api-section">
<div id="SampleCode" class="app-api-section-heading">
<h2 class="app-api-section-title first-child">Sample Code</h2>
</div>
<p>Additional samples in various languages, demonstrating the workflow of BIM 360 Glue API.</p>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="list-group">
<a href="https://github.com/BIM360API/GlueAPIIntroLabs/tree/master/1%20HelloGlueWorld"
class="list-group-item">
<i class="fa fa-book fa-2x pull-left"></i>
Glue API Labs - Part 1 Hello World<br>
A simple live Glue API Intro Training Lab Sample to help you get started.
</a>
<a href="https://github.com/BIM360API/GlueAPIIntroLabs/tree/master/2%20GlueAPIIntro"
class="list-group-item">
<i class="fa fa-book fa-2x pull-left"></i>
Glue API Labs - Part 2 API Intro<br>
Introduction to Glue API
</a>
<a href="https://github.com/BIM360API/GlueAPIIntroLabs/tree/master/3%20GlueAPIWebIntro"
class="list-group-item">
<i class="fa fa-book fa-2x pull-left"></i>
Glue API Labs - Part 3 Web Intro<br>
Introduction to Glue Display Component.
</a>
<a href="https://github.com/BIM360API/GlueAPIIntroLabs/tree/master/4%20GlueAPIWebIntroJS"
class="list-group-item">
<i class="fa fa-book fa-2x pull-left"></i>
Glue API Labs - Part 4 Web and JS<br>
Display Component with Javascript Introduction.
</a>
<a href="https://github.com/BIM360API/GlueSDKSampleWebApp"
class="list-group-item">
<i class="fa fa-book fa-2x pull-left"></i>
Glue Web App<br>An advanced live sample demonstrating embedding a 3D model into a web page and interactions using Javascript.
</a>
<a href="https://github.com/BIM360API/GlueAPIIntro_MergeTest"
class="list-group-item">
<i class="fa fa-book fa-2x pull-left"></i>
API Model Merge Test<br>
A sample application illustrating model aggregation through API.
</a>
</div>
</div>
</div>
<p>Some other samples, demonstrating the BIM 360 Field API Workflows</p>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="list-group">
<a href="https://github.com/BIM360API/FieldAPI_IntroLabs/tree/master/1%20HelloFieldWorld"
class="list-group-item">
<i class="fa fa-book fa-2x pull-left"></i>
Field API Labs - Part 1 Hello World<br>
A very simple getting started app for Field API.
</a>
<!-- <p><a class="btn btn-xs btn-default" href="#" target="_blank">Video</a>
<a class="btn btn-xs btn-default" href="http://viewer.autodesk.io/bingmapintegration" target="_blank">Demo</a>
</p>
-->
<a href="https://github.com/BIM360API/FieldAPI_IntroLabs/tree/master/2%20FieldAPIIntro"
class="list-group-item">
<i class="fa fa-book fa-2x pull-left"></i>
Field API Labs - Part 2 API Intro<br>
Field API Introduction through a .Net Sample.
</a>
<a href="https://github.com/BIM360API/FieldAPI_IntroLabs/tree/master/3%20FieldAPIWebIntro"
class="list-group-item">
<i class="fa fa-book fa-2x pull-left"></i>
Field API Labs - Part 3 Web Intro<br>
Simple Web App illustrating the Field API Web services.
</a>
<!-- <p><a class="btn btn-xs btn-default" href="#" target="_blank">Video</a>
<a class="btn btn-xs btn-default" href="#" target="_blank">Demo</a>
</p> -->
<a href="https://github.com/BIM360API/FieldAPI_IntroLabs/tree/master/4%20FieldAPIWebIntroEx"
class="list-group-item">
<i class="fa fa-book fa-2x pull-left"></i>
Field API Labs - Part 4 Web Sample<br>
Web app extending the Field API methods.
</a>
</div>
</div>
</div>
<p>Samples demonstrating the possible usage of Autodesk view and data API:</p>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="list-group">
<a href="https://github.com/BIM360API/view-data-api-intro-labs"
class="list-group-item">
<i class="fa fa-book fa-2x pull-left"></i>
View and Data API Intro Labs<br>
Getting started samples for Autodesk View and Data API.
</a>
<!-- <p><a class="btn btn-xs btn-default" href="#" target="_blank">Video</a>
<a class="btn btn-xs btn-default" href="http://viewer.autodesk.io/timeliner" target="_blank">Demo</a>
</p> -->
</div>
</div>
</div>
</div>
<!-- support -->
<div class="app-api-section">
<div id="support" class="app-api-section-heading">
<h2 class="app-api-section-title first-child">Support</h2>
</div>
<div class="row">
<div class="col-md-4" align="center">
<a href="http://knowledge.autodesk.com">
<i class="fa fa-file-text-o fa-5x"></i>
<br>Documentation
</a>
<p class="text-left">The documentation is always the first place you should go when you have problems.</p>
</div>
<div class="col-md-4" align="center">
<a href="http://forums.autodesk.com/t5/bim-360/ct-p/2025">
<i class="fa fa-users fa-5x"></i>
<br>BIM 360 API Forum</a>
<p class="text-left">Need help? Search on forums for similar questions and solutions, or ask your question in a new thread.</p>
</div>
<div class="col-md-4" align="center">
<a href="http://the360view.typepad.com">
<i class="fa fa-rss fa-5x"></i>
<br>BIM360 API Blog</a>
<p class="text-left">We share our solutions, tips and our learning experiences on the "The 360 View" Blog. Be sure to check it out.</p>
</div>
</div>
</div>
<!-- end support -->
<!-- Bottom Back to top Mobile================================================== -->
<div class="bs-docs-section clearfix">
<div class="row">
<div class="col-xs-12">
<div class="col-xs-6 col-sm-6 app-button-container mob-app-button-container back-to-top-container">
<p class="bs-component">
<a href="#view-and-data-title" class="btn app-btn app-btn-lg app-btn-default back-to-top-btn">Back to top</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bottom Button Mobile================================================== -->
<div class="bs-docs-section clearfix">
<div class="row">
<div class="col-lg-12">
<div class="container app-container">
<div class="col-xs-12 col-sm-6 col-md-3 col-lg-3 app-button-container mob-app-button-container">
<p class="bs-component">
<a href="ADSK_PaaS_Create_New_App.html" class="btn app-btn app-btn-lg app-btn-primary create-app-btn pull-right">Create an App<span class="bg-icon size-21"><i class="icon ion-chevron-right"></i></span></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer================================================== -->
<div class="clearfix">
<div class="row">
<div class="col-lg-12">
<div class="page-footer">
<div class="container app-container">
<p><a href="http://www.autodesk.com/company/legal-notices-trademarks/privacy-statement">Privacy</a> | <a href="http://www.autodesk.com/company/legal-notices-trademarks">Legal Notices & Trademarks</a> | <a href="http://www.autodesk.com/company/license-compliance/report-noncompliance">Report Noncompliance</a>
<br>© Copyright 2014 Autodesk. All rights reserved. </p>
</div>
</div>
</div>
</div>
</div>
<!-- Your site ends -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
jQuery(document).ready(function() {
var offset = 200;
var duration = 500;
jQuery(window).scroll(function() {
if (jQuery(this).scrollTop() > offset) {
jQuery('.back-to-top-btn').fadeIn(duration);
} else {
jQuery('.back-to-top-btn').fadeOut(duration);
}
});
jQuery('.back-to-top-btn').click(function(event) {
event.preventDefault();
jQuery('html, body').animate({scrollTop: 0}, duration);
return false;
})
});
</script>
});
</body>
</html>