-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
304 lines (244 loc) · 15.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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!DOCTYPE html>
<!--changes-->
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://forge.autodesk.com" />
<title>Autodesk Developer</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="Developer-autodesk.GitHub.io : The entry point of Autodesk web services" 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">
<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>
</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;"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END NAVBAR -->
<!-- HEADER -->
<div class="clearfix">
<div class="row fullscreen-scroller">
<div class="col-lg-12 animation-container">
<div class="output">
<script src="js/fss.js"></script>
<script src="js/background-animation.js"></script>
</div>
<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 Forge - Code & Community</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>
</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="#the autodesk-platform" class="first-child">The Forge Platform</a></li>
<li role="presentation"><a href="#documentation" class="first-child">Documentation</a></li>
<li role="presentation"><a href="#support" class="first-child">Support</a></li>
<li role="presentation"><a href="#samples" class="first-child">Samples</a></li>
<li role="presentation"><a href="#blogs" class="first-child">Blogs</a></li>
<li role="presentation"><a href="#contact-us" class="first-child">Contact Us</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="#the-autodesk-platform" class="first-child" data-toggle="collapse" data-target=".navbar-responsive-collapse">The Forge Platform</a></li>
<li role="presentation"><a href="#documentation" data-toggle="collapse" data-target=".navbar-responsive-collapse">Documentation</a></li>
<li role="presentation"><a href="#support" data-toggle="collapse" data-target=".navbar-responsive-collapse">Support</a></li>
<li role="presentation"><a href="#samples" data-toggle="collapse" data-target=".navbar-responsive-collapse">Samples</a></li>
<li role="presentation"><a href="#blogs" data-toggle="collapse" data-target=".navbar-responsive-collapse">Blogs</a></li>
<li role="presentation"><a href="#contact-us" data-toggle="collapse" data-target=".navbar-responsive-collapse">Contact Us</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">
<div class="app-api-section">
<div id="the-autodesk-platform" class="app-api-section-heading">
<h2 class="app-api-section-title first-child">The Forge Platform</h2>
</div>
<p>The Forge Platform is a set of Cloud Services, APIs and SDKs for developers to create the data, apps, experiences and services that power the future of making things. We're dedicated to supporting our community with the resources you need, from one-one-one support to forums and conferences.</p>
<p>Visit our <a href="https://developer.autodesk.com/">Developer Portal</a> to learn more about the Autodesk Platform.</p><br/>
<!-- start Documentation -->
<div class="app-api-section">
<div id="Overview" class="app-api-section-heading">
<h2 id="autocad-io" class="app-api-section-title first-child">Documentation</h2>
</div>
<div>
<p>You'll find comprehensive documentation for all the Forge APIs on our <a href="http://developer.autodesk.com">Forge Developer Portal</a> - including general overviews, quickstart tutorials and reference guides.</p><br/>
</div>
</div>
<!-- end Documentation -->
<!-- start Support -->
<div class="app-api-section">
<div id="Overview" class="app-api-section-heading">
<h2 id="support" class="app-api-section-title first-child">Support</h2>
</div>
<div>
<p>Visit our <a href="https://developer.autodesk.com/en/support/get-help">Get Help</a> page to find out how to ask us questions via StackOverflow, and to access our API server health dashboard.</p><br/>
</div>
</div>
<!-- end Support -->
<!-- start Samples -->
<div class="app-api-section">
<div id="Overview" class="app-api-section-heading">
<h2 id="samples" class="app-api-section-title first-child">Samples</h2>
</div>
<div>
<p>Visit our <a href="https://github.com/Developer-Autodesk">GitHub page</a> to find samples to help speed up your learning and development work. </p><br/>
</div>
</div>
<!-- end Samples -->
<!-- start Blogs -->
<div class="app-api-section">
<div id="Overview" class="app-api-section-heading">
<h2 id="blogs" class="app-api-section-title first-child">Blogs</h2>
</div>
<div>
<p>Visit our <a href="http://adndevblog.typepad.com/cloud_and_mobile/">blogs</a> regularly for tips and tricks on using the Forge APIs and complementary technologies.</p><br/>
</div>
</div>
<!-- end Blogs -->
<!-- start contact -->
<div class="app-api-section">
<div id="Overview" class="app-api-section-heading">
<h2 id="contact-us" class="app-api-section-title first-child">Contact Us</h2>
</div>
<div>
<p>We encourage you to ask questions about our APIs through the public forums listed above, as this will allow you to share your knowledge and experience with the members of our developer community. However, if you can't get your answers there, if have any other questions, or if you just want to talk to us, then please don't hesitate to <a href="mailto:forge.help@autodesk.com">email us</a>.</p><br/>
</div>
</div>
<!-- end contact -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--place holder for AutoCAD IO-->
<!--<div class="page-header" id="title">
<div class="container">
<h1>Design Automation API</h1>
<h2>AutoCAD as a Service</h2>
</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 2016 Autodesk. All rights reserved. </p>
</div>
</div>
</div>
</div>
</div>
<!-- END FOOTER -->
<!--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(){
// 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>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66989702-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>