Skip to main content

Transferring files with AWS Lambda

Follow @augustomaia Following up on Philippe's excellent review on AWS Lambda, let's use it for heavy duty task: transfer files from Autodesk Data Management to another online storage and vice-versa

Code Samples

Developer Insights

Data Management API
Data Management API

Javascript

Augusto Goncalves

Running Forge Viewer on AWS Lambda Server and API Gateway

Default blog image

Follow @F3lipek Here is a brief tutorial exposing my experience running the Forge Viewer on top of an Amazon Lambda Server: AWS Lambda is a compute service that lets you run code without provisioning

Code Samples

Developer Insights

Viewer
Viewer

Javascript

Philippe Leefsma

Viewer setCutPlanes

Default blog image

Follow @augustomaia The Viewer has a setCutPlanes method that, according to documentation, requires a " list of Vector4 plane representation: {x:a, y:b, z:c, w:d} Plane general equation: ax + by + cz

Code Samples

Tips and Tricks

Viewer
Viewer

Javascript

Augusto Goncalves

Viewer Release Notes: v2.16

Default blog image

CHANGED A) Default API calls to derivativeservice/v2/ Autodesk is deprecating viewingservice/v1/ API. To support this change, the Viewer will now fetch all model data from derivativeservice/v2/ by

Announcements

Client

Model Derivative API
Model Derivative API
Viewer
Viewer
Jaime Rosales

BIM 360 Docs Provisioning for Forge Apps

Default blog image

Follow @augustomaia Get started with this business webinar from Jim Quanci: Integrate your apps and services with BIM 360. {"preview_thumbnail":"/prod/s3fs-public/styles/video_embed_wysiwyg_preview

Code Samples

Developer Insights

Tips and Tricks

Data Management API
Data Management API
BIM 360 API
BIM 360 API

Javascript

Augusto Goncalves

Forge SVF Extractor in Node.js

Default blog image

Follow @F3lipek Extracting SVF format to download viewer resources locally seems to be a pretty popular topic among Forge developers. Cyrille's extractor has been around for a while now: https:/

Code Samples

Developer Insights

Tips and Tricks

Model Derivative API
Model Derivative API

Javascript

Philippe Leefsma

.search method performance

Performance improvement

Follow @augustomaia The .search() method is quite useful to understand what you have on the model, but the response time can increase really fast! Imagine if you need to perform multiples searches

Tips and Tricks

Viewer
Viewer

Javascript

Augusto Goncalves

Securing your Forge Viewer token behind a proxy (.NET)

Default blog image

This is the .NET version of how to strengthen the security of your Forge Viewing Application by using a proxy to avoid passing a token to the client JavaScript code.

Code Samples

Security

Tips and Tricks

Authentication
Authentication
Viewer
Viewer

C#

Augusto Goncalves

Navigating between 2D views

Default blog image

Let's review the __viewables_in__ property of elements and how it can be used to navigate between 2D views

Code Samples

Viewer
Viewer

Javascript

Augusto Goncalves

Pagination

  • First page « First
  • Previous page ‹ Previous
  • …
  • Page 183
  • Page 184
  • Page 185
  • Page 186
  • Page 187
  • Page 188
  • Page 189
  • Page 190
  • Current page 191
Subscribe to