-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
288 lines (263 loc) · 16.9 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
<!DOCTYPE html>
<!--changes-->
<html>
<head>
<title>Autodesk InfraWorks 360</title>
<meta charset="utf-8">
<meta content="chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="autodesk-infraworks-360.GitHub.io : The entry point of Autodesk InfraWorks 360 Rest API" name="description">
<!--bootstrap stylesheet-->
<!-- icons-->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<!--owl carousel-->
<link rel="stylesheet" href="css/owl.carousel.css">
<![endif]-->
<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/custom.css" rel="stylesheet">
<link href="http://www.fuelcdn.com/fuelux/3.6.3/css/fuelux.min.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body data-spy="scroll" data-target="#nav-parent" class="fuelux">
<!-- NAVBAR -->
<div class="bs-docs-section clearfix" id="navbar">
<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="https://developer.autodesk.com/"><img width="160px;" src="img/Autodesk_logo.png" style="padding: 20px;">Developer</a>
</div>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/autodesk-infraworks-360">View on GitHub<i class="fa fa-github-alt fa-fw"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END NAVBAR -->
<!-- HEADER -->
<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" id="title">
<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 InfraWorks 360 REST API Beta</h1>
</div>
<!--<p>Embedding vibrant 3D graphics in a Web Browser,
Support for almost 100 formats,
fast streaming large 2D and 3D models </p>-->
<div class="col-xs-12 col-sm-6 col-md-3 col-lg-3 app-button-container">
<p class="bs-component">
<a href="#getting-started" 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>
<!-- END HEADER --->
<!-- MAIN 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-clampedwidth="#nav-parent" 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">
<ul class="nav nav-pills nav-stacked app-sidenav">
<li role="presentation" class="active"><a href="#what-does-it-do" class="first-child">What Does it Do</a></li>
<!--<li role="presentation"><a href="#city-design" class="first-child">City Design</a></li>-->
<li role="presentation"><a href="#rest-api" class="first-child">REST API</a></li>
<li role="presentation"><a href="#live-sample" class="first-child">Live Sample</a></li>
<li role="presentation"><a href="#getting-started" class="first-child">Getting Started</a></li>
<!--<li role="presentation"><a href="#create-app" class="first-child">Create Your App!</a></li>-->
</ul>
</div>
</div>
</div>
<div id="nav-parent-mobile" class="page-header hidden-sm hidden-md hidden-lg">
<div data-clampedwidth="#nav-parent-mobile" 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="#what-does-it-do" class="first-child" data-toggle="collapse" data-target=".navbar-responsive-collapse">What Does it Do</a></li>
<!--<li role="presentation"><a href="#city-design" data-toggle="collapse" data-target=".navbar-responsive-collapse">City Design</a></li>-->
<li role="presentation"><a href="#rest-api" data-toggle="collapse" data-target=".navbar-responsive-collapse">REST API</a></li>
<li role="presentation"><a href="#live-sample" data-toggle="collapse" data-target=".navbar-responsive-collapse">Live Sample</a></li>
<li role="presentation"><a href="#getting-started" data-toggle="collapse" data-target=".navbar-responsive-collapse">Getting Started</a></li>
<!--<li role="presentation"><a href="#create-app" data-toggle="collapse" data-target=".navbar-responsive-collapse">Create your app!</a></li>-->
</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">
<!-- begin: City Models -->
<div class="app-api-section">
<div id="what-does-it-do" class="app-api-section-heading">
<h2 class="app-api-section-title first-child">What exactly does the InfraWorks 360 API do?</h2>
</div>
<p>The REST API allow access to models, proposals and feature data hosted on InfraWorks 360 cloud.</p>
<p>To use the API it's required to, first, create a model using InfraWorks 360 desktop and then sync to Autodesk Cloud, then the model will be available for sharing through the REST API.</p>
<p>Find out more about <a target="_blank" href="http://www.autodesk.com/products/infraworks-360">InfraWorks 360</a>.</p>
</div>
<!-- end: what does it do -->
<!-- begin: City Models -->
<!--
<div class="app-api-section" id="city-design">
<div id="city-design" class="app-api-section-heading">
<h2 class="app-api-section-title first-child">City design with InfraWorks 360</h2>
</div>
<p>Autodesk InfraWorks 360 includs automated 3D model building, cloud technology, and specialized features for road, bridge, and drainage—help civil engineers plan and design transportation infrastructure. Manage larger-scale infrastructure models created from existing data sources, engineer in context from the start, and generate proposals at the appropriate level of detail.</p><p>Visit <a href="http://www.autodesk.com/products/infraworks-360">InfraWorks 360 portal</a> for more information.</p>
<div class="owl-carousel">
<div class="owl-vr"><a href="http://www.autodesk.com/products/infraworks-360/features/all/gallery-view"><img src="images/product/import-data-combine-models-large.jpg"></a></div>
<div class="owl-vr"><a href="http://www.autodesk.com/products/infraworks-360/features/all/gallery-view"><img src="images/product/scenario-publishing-large.jpg"></a></div>
<div class="owl-vr"><a href="http://www.autodesk.com/products/infraworks-360/features/all/gallery-view"><img src="images/product/shadow-lighting-analysis-large.jpg"></a></div>
<div class="owl-vr"><a href="http://www.autodesk.com/products/infraworks-360/features/all/gallery-view"><img src="images/product/view-project-in-context-large.jpg"></a></div>
<div class="owl-vr"><a href="http://www.autodesk.com/products/infraworks-360/features/all/gallery-view"><img src="images/product/theme-palettes-large.jpg"></a></div>
<div class="owl-vr"><a href="http://www.autodesk.com/products/infraworks-360/features/all/gallery-view"><img src="images/product/ultra-realistic-visual-effects-large.jpg"></a></div>
<div class="owl-vr"><a href="http://www.autodesk.com/products/infraworks-360/features/all/gallery-view"><img src="images/product/model-the-existing-environment-large.jpg"></a></div>
</div>
</div>
-->
<!-- end: city models -->
<!-- begin: REST API -->
<div class="app-api-section">
<div id="Overview" class="app-api-section-heading">
<h2 id="rest-api" class="app-api-section-title first-child">REST API - Read data from models</h2>
</div>
<p>
Using the web standard REST protocol, you can read InfraWorks 360 model data, starting with <b>models</b>, each <b>proposal</b> and all the <b>features</b>.
</p>
<p>Here a general overview of the API: it access the model information hosted/synched on Autodesk 360 Cloud just like the deskop or the table (iPad) version. <center><a href="http://adndevblog.typepad.com/infrastructure/2014/05/infraworks-360-rest-api-tech-preview-available.html"><img src="images/rest_api.png" alt="Click to visit blog post with more information"></a></center></p>
</div>
<!-- end: REST API -->
<!-- begin: live sample -->
<div class="app-api-section">
<div id="Overview" class="app-api-section-heading">
<h2 id="live-sample" class="app-api-section-title first-child">Live Sample</h2>
</div>
<p>
To play with the Autodesk InfraWorks 360 REST API you'll need a model. If you already have one, go ahead and login with your Autodesk Account (the same credential you use to created/edit models). If you don't have one, try with the demo account: <b>iw360demo</b> (login & password).
</p>
<p>Show nearby venues: <a href="http://infraworks360samples.azurewebsites.net/IW360Demo.aspx" target="_blank">InfraWorks 360 + Four Square + Google Maps</a> (source code)</p>
<p>Show buildings in "3D": <a href="http://infraworks360samples.azurewebsites.net/BuildingOnGMaps.aspx" target="_blank">InfraWorks 360 + Google Maps</a> (source code)</p>
</div>
<!-- end: live sample -->
<!-- begin: documentation -->
<div class="app-api-section">
<div id="Overview" class="app-api-section-heading">
<h2 id="getting-started" class="app-api-section-title first-child">Getting Started</h2>
</div>
<p>
To create your app, please send a message to <a href="mailto:[email protected]">Augusto Goncalves</a> to request your key & secret pair. Meanwhile, check out useful information from the below links:
<ul>
<li>Documentation and more references</li></ul>
<p style="margin-left: 40px;"><a href="http://api-docs.infraworks.autodesk.com/" target="_blank">InfraWorks 360 REST API documentation</a></p>
<ul><li>Interesting REST API blog posts<ul>
<li><a href="http://adndevblog.typepad.com/infrastructure/2015/05/changes-on-infraworks-360-rest-api.html">Changes on Infraworks 360 REST API</a></li>
<li><a href="http://adndevblog.typepad.com/infrastructure/2014/10/importing-alignment-from-infraworks-360-to-civil-3d.html">Importing Alignment from Infraworks 360 to Civil 3D</a></li>
<li><a href="http://adndevblog.typepad.com/infrastructure/2014/05/infraworks-360-rest-api-tech-preview-available.html">Infraworks 360 REST API – Tech Preview available</a></li></ul>
</ul>
<ul><li>Interact with the community</li></ul>
<p style="margin-left: 40px;"><a href="http://forums.autodesk.com/t5/infraworks-360-general/bd-p/509" target="_blank">Autodesk InfraWorks 360 General Forum</a></p>
<ul><li>Get tips and insights</li></ul>
<p style="margin-left: 40px;"><a href="http://forums.autodesk.com/t5/infraworks-360-infratips/bg-p/131" target="_blank">InfraTips site</a></p>
</p>
</div>
<!-- end: documentation -->
<!-- begin: create app
<div class="app-api-section">
<div id="Overview" class="app-api-section-heading">
<h2 id="create-app" class="app-api-section-title first-child">Create App</h2>
</div>
</div>
<!-- end: create app -->
</div>
</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>© Copyright 2015 Autodesk. All rights reserved. </p>
</div>
</div>
</div>
</div>
</div>
<!-- END FOOTER -->
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<!--owl carousel-->
<script src="js/owl.carousel.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="http://www.fuelcdn.com/fuelux/3.6.3/js/fuelux.min.js"></script>
<script src="js/widget.js"></script>
<script>
$(function () {
$("#tabs").tabs();
});
</script>
<script>
$(function () {
$("#tabs").tabs();
});
$(document).ready(function () {
$('.owl-carousel').owlCarousel({
autoPlay: 3000, //Set AutoPlay to 3 seconds
items: 4,
itemsDesktop: [1199, 3],
itemsDesktopSmall: [979, 3]
});
// Adam added it
$('[data-clampedwidth]').each(function () {
var elem = $(this);
var parentPanel = elem.data('clampedwidth');
var resizeFn = function () {
var sideBarNavWidth = $(parentPanel).width()
- parseInt(elem.css('paddingLeft')) - parseInt(elem.css('paddingRight'))
- parseInt(elem.css('marginLeft')) - parseInt(elem.css('marginRight'))
- parseInt(elem.css('borderLeftWidth')) - parseInt(elem.css('borderRightWidth'));
elem.css('width', sideBarNavWidth);
};
resizeFn();
$(window).resize(resizeFn);
});
});
</script>
</body>
</html>