danaxblog.blogg.se

A360 autodesk viewer
A360 autodesk viewer









  1. #A360 autodesk viewer software#
  2. #A360 autodesk viewer code#

#A360 autodesk viewer software#

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Underscore_string is Copyright (c) 2011 Esa-Matti Suuronen is ICanHaz.js is Copyright (c) 2010 Henrik Joreteg (Mustache and Mustache.js are Copyright (c) 2009 Chris Wanstrath (Ruby) and Copyright (c) 2010 Jan Lehnardt (JavaScript) respectively)Ĭalendario is Copyright (c) Codrops 2014 by tympanusĪll the above software components are licensed under the MIT license. Underscore is Copyright (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Masonry is Copyright (c) 2013 David DeSandro itter is Copyright (c) 2013 Jordan Boesch JQuery ColorBox is Copyright (c) 2013 Jack Moore JQuery timepicker addon is Copyright (c) 2013 Trent Richardson JQuery is Copyright 2013 jQuery Foundation and other contributors ImagesLoaded is Copyright © 2013 David DeSandro Portions copyright (c) Engine Yard and Andre Arkoīootstrap-select.js is Copyright (C) 2013 bootstrap-selectīackbone.js is Copyright (c) 2010-2013 Jeremy Ashkenas, DocumentCloudĪpple-Style Flip Counter is Copyright (c) 2010 Chris Nanney Ruby gems is Copyright (c) Chad Fowler, Rich Kilmer, Jim Weirich and others. Third-Party Software Credits and Attributions For information about these components, click here: Īutodesk, the Autodesk logo, and Fusion 360 are registered trademarks or trademarks of Autodesk, Inc., and/or its subsidiaries and/or affiliates.Īll other brand names, product names or trademarks belong to their respective holders. This Service may incorporate or use background Autodesk technology components. All rights reserved.Īll use of this Service is subject to the terms and conditions of the applicable Autodesk terms of service accepted upon access of this Service. Since in this case we are using our own Viewer instance therefore we can do all the available customizations to it. Now I can just serve this html page from anywhere and get this: OnURNCallback(.views.viewableUrn) įunction getForgeToken(onTokenCallback) Url: embedURLfromA360.replace('public', 'metadata').replace('mode=embed', ''),

a360 autodesk viewer

Var embedURLfromA360 = '' // Stirling Engine this is the iframe URL that shows up when sharing a model embed on a page

#A360 autodesk viewer code#

The only thing you need to modify in the below code is the value of embedURLfromA360, which should be set to the URL that is inside the iframe tag highlighted above in yellow. In this case you do not even need to provide server side login mechanism, just serve from somewhere your html page with the JavaScript code in it. One other way would be to take advantage of the existing public sharing mechanism and the login endpoint it provides and add it to your webpage.

a360 autodesk viewer

One solution would be to create your own Viewer instance and server for the login mechanism (see View your models), log in once using your credentials, and then keep the login alive for everyone by using the refresh_token - see About Refresh Token The problem is that in this case the Viewer cannot be customized. When on any of the Autodesk Storage solutions ( A360, Fusion Team, etc) then you have the option to share your models publicly by inserting an iframe in your webpage:











A360 autodesk viewer