SlideShare une entreprise Scribd logo
1  sur  37
Télécharger pour lire hors ligne
Albert Szilvasy, Autodesk
Abhishek Singhal, Risersoft
Ben O'Donnell, BIMobject
Drawings! Drawings! Everywhere!
Agenda
• Overview of Design Automation API
• Demo
• Clients
• Risersoft
• Bimobjects
AutoCAD.IO
Design Automation API
Forge DAA
Nicely captures the simplicity of this API
As in: It is simple!
The problem
• There are billions of DWG files “out there”
• Lot of people want DWG files
• You need AutoCAD to access/create DWGs
• Requires HW, license, personnel to maintain
Solution: Design Automation API
• A simple DWG processing service
• Simple:
• Input url(s) + output urls(s) + autocad commands
• Service:
• no license, no hw, no maintance
• Available since November 2014
• Daily volume of over 50,000 dwgs
The API
HTTP Endpoint
/Activities
/WorkItems
/AppPackages
/Engines
Programmingconcept
Function definition
Function call
Shared library
Instruction set
AutoCAD concept
Script file
Script execution
Plugin (crx)
AutoCAD version
DAA: output = f(input)
(r1, r2, r3) f(p1, p2, p3…pN) {
inst1 p3,p2
inst2 p1, r1
…
}
Activity:
• sequence of commands to execute + formal parameters/return
value decl
• Engine: version of AutoCAD to use
• AppPackage: code for custom commands
Activity
Named file
Named file
AutoCAD commands
Name
Function
Input parameter
Return value(out parameter)
Instructions
Name
Notes on f()
• Activities like functions are stored and
reusable. Create once use many times.
• AppPackages like shared libraries are stored
and reusable. Upload once use many times.
• Engines are like CPU architectures. Clients
can enumerate them.
DAA: output = f(input)
var v = f(https://xyz, https://qfq, https://lsf )
• WorkItem:
• invoke f() with concrete input/output arguments
(URLs + headers). A function call.
• Input/outputs are NOT stored, they are
downloaded/processed and THROWN AWAY
Demo: Your data at the center
If it is accessible over HTTP then it works for us:
• AWS
• Azure
• Forge Data Management API
• …
Abhishek Singhal
CEO, Risersoft
UnitCAD
Automate your drawings
About Risersoft
Engineering and Manufacturing Solutions
© 2016 Autodesk
Parametric
Enterprise
Jet-Set-Go
With Cloud
Engineering
Driven
Manufacturing
Enquiry to
Cash
About Risersoft
Maximprise Enquiry to Cash solution
The complete flow actually
consists of several sub flows:
Enquiry to Quotation
Enquiry  Engineering  Quotation
Order to Planning
Customer Order  Engineering 
Planning
Procure to Pay
Planning  Procurement  Receipt
 Payment
Order to Cash
Planning  Production  Dispatch 
CashEngineering is at the center of
universe (Of Operations)!
Planning
UnitCAD Architecture
Easy Automation
AutoCAD and Inventor
GUI based
rule entry
Excel
Formula
Language
Database
Storage
1. Rules Driven
Creation of CAD
Models and drawing
2. Replaces
Programming
paradigm with
a) Familiar Excel like
Formula Language
b) Database
c) Front end GUI
AutoCAD IO – Enabling new UnitCAD workflows
•Browser based
•Based on Web API
•List Rules
•Generate Output
•Call UnitCAD API in
your own apps
•Based on Web API
•Generate Output
•Standalone App
•Based on Web API
•Create Rules
•Generate Output
•AutoCAD Environment
•Based on AutoCAD API
•Create Rules
•Generate Output
Add-
In
Win
App
Web
App
Web
API
AutoCAD IO Development and Transition Notes
1. UnitCAD architecture  model-view-controller. The
models are reused across variants.
2. UnitCAD engine  split UI and execution. The engine
remains same for all variants.
3. AutoCAD IO offline  the engine needs to be provided
all data as “in-memory”.
4. Test  Always test in local accoreconsole before testing
in the cloud.
5. Test  Crash information is not available when testing
in cloud.
UnitCAD Basics
• Hierarchy of rules produces hierarchy of AutoCAD Blocks
• Rule Types – Parameter, Child, Action, Snapshot
• Create geometry such as line, circle, ellipse etc through child
rules
• Use existing AutoCAD Blocks
• Create parametric 3D Solids
• Formula Language:
• Familiar Excel functions like Engineering, information, logical
• Special functions for CAD model query
• All variants use same data and backend service
1. Add-In
2. Win App
3. Web App
Demo
Welcome to Office Mix
WATCH
CREATE
SHARE
Delete this slide (Delete key) and open a new slide (Ctrl + M) when you are ready to createyour first Mix
1
2
3
UnitCAD API
1. Synopsis
• Use UnitCAD in your own apps
• Create rules in one of the other variants
• Call API and get the CAD model back
• Request Data: Startup component and parameter
values
• Response: URL where result is stored
• Pattern: Fire – Acknowledge – Poll
• Call pattern similar to AutoCAD IO
2. Demo
Risersoft Parametric Enterprise
 Typically, Engineering organization
has their own domain specific tools,
which are spreadsheet based or
custom designed.
 Typically, all of that output can
ultimately be given as a collection
of parameters, ranging from
dozens to thousands.
 Rules are defined in the familiar
easy-to-use Excel like formula
language.
 Use rules and parameters to create
enterprise data in addition to CAD
automation.
© 2016 Autodesk
Status
• App suite under testing
• Release within 4-5 weeks
• Per user per month pricing
• Registration portal with e-commerce:
• Buy App suites with auto provisioning on cloud
• Manage tiers
• Manage multiple users within single account
• Manage API Apps
Cloud solutions branded BIM content
High prof iled brands
Parametric and conf igurable
+ 4 million articles (sku)
Properties and inf ormation , classifications like COBie
LOD 100-400 and dy namic LOI
Support the entire process
Multiple f ormats and 22 languages supported
Mass production of BIM content
Industrialise the creation
processes
Create an unbroken , information
chain
BIMobject.com
BIMscript®
An open developer script
that enables smart objects in
a cloud environment and
single source of truth
The process from Mech CAD to BIM objects
BOPC™ Properties
Downloadable parametric
objects for:
ArchiCAD
Revit
Sketchup
Viewable and configurable in:
Web GL, (on fly creation)
Mechanical CAD formats
imported into Rhino:
IGES
Solidworks
STEP
STL
CATIA
UG NX
Parasolid
Alias
Inventor
PRO E Delete geometry not needed
Optimize the geometry
Add geometry for LOD 100
Drag drop into script editor
Build intelligence
test, analyze and upload BIMscript™
to bimobject.com cloud
IFC
3DS
DWG
BIMscript™
User
BIMscript to DWG
BIMobject.com
Design
Automation API
Start
Lookup BIMscript for Product page
Setup Parameters ofthe Product
RequestDWG File of the Product
Convert BIMscript to AutoCAD script
using Parameters selected
Amazon S3
Upload AutoCAD scriptinto S3 with
a unique name
Save AutoCAD scriptfor later use
Return result
Create Work Item for Design
Automation API
referring the AutoCAD scriptin S3
Upload Work Item & Start Polling for
the Result
Start Work Item
User
BIMscript to DWG
BIMobject.com
Design
Automation API
Finish polling & RequestResult
Extract DWG file & Return Result
Amazon S3
Save DWG file
Lookup AutoCAD script
Return Result
RequestAutoCAD script
Execute AutoCAD script
resulting DWGfile
Return result
Lookup Work Item Result
End
Forge.Autodesk.com
@AutodeskForge
Get Started
Forge - DevCon 2016: Drawings! Drawings! Everywhere!

Contenu connexe

Tendances

Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...
Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...
Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...Autodesk
 
Forge - DevCon 2016: Extend BIM 360 Docs with the Issues Service API
Forge - DevCon 2016: Extend BIM 360 Docs with the Issues Service APIForge - DevCon 2016: Extend BIM 360 Docs with the Issues Service API
Forge - DevCon 2016: Extend BIM 360 Docs with the Issues Service APIAutodesk
 
Forge - DevCon 2016: The Future of Making Buildings Forms Follow Formulae
Forge - DevCon 2016: The Future of Making Buildings Forms Follow FormulaeForge - DevCon 2016: The Future of Making Buildings Forms Follow Formulae
Forge - DevCon 2016: The Future of Making Buildings Forms Follow FormulaeAutodesk
 
Developing 3D Visualization Apps
Developing 3D Visualization AppsDeveloping 3D Visualization Apps
Developing 3D Visualization AppsAutodesk
 
Forge - DevCon 2016: Free your BIM data
Forge - DevCon 2016: Free your BIM dataForge - DevCon 2016: Free your BIM data
Forge - DevCon 2016: Free your BIM dataAutodesk
 
Forge - DevCon 2017, Darmstadt Germany - Introduction and Roadmap
Forge - DevCon 2017, Darmstadt Germany - Introduction and RoadmapForge - DevCon 2017, Darmstadt Germany - Introduction and Roadmap
Forge - DevCon 2017, Darmstadt Germany - Introduction and RoadmapAutodesk
 
Forge - DevCon 2016: Cloud PDM Demystified – The Future of File Management
Forge - DevCon 2016: Cloud PDM Demystified – The Future of File ManagementForge - DevCon 2016: Cloud PDM Demystified – The Future of File Management
Forge - DevCon 2016: Cloud PDM Demystified – The Future of File ManagementAutodesk
 
Harnessing the Power of Customer Feedback
Harnessing the Power of Customer FeedbackHarnessing the Power of Customer Feedback
Harnessing the Power of Customer FeedbackAutodesk
 
Forge - DevCon 2017, Darmstadt Germany: HFDM - What, why & how?
Forge - DevCon 2017, Darmstadt Germany: HFDM - What, why & how?Forge - DevCon 2017, Darmstadt Germany: HFDM - What, why & how?
Forge - DevCon 2017, Darmstadt Germany: HFDM - What, why & how?Autodesk
 
Forge - DevCon 2016: Introduction to Forge 3D Print API Through Sample Applic...
Forge - DevCon 2016: Introduction to Forge 3D Print API Through Sample Applic...Forge - DevCon 2016: Introduction to Forge 3D Print API Through Sample Applic...
Forge - DevCon 2016: Introduction to Forge 3D Print API Through Sample Applic...Autodesk
 
Forge - DevCon 2017, Darmstadt Germany: Forge AR-VR-MR experiments
Forge - DevCon 2017, Darmstadt Germany: Forge AR-VR-MR experimentsForge - DevCon 2017, Darmstadt Germany: Forge AR-VR-MR experiments
Forge - DevCon 2017, Darmstadt Germany: Forge AR-VR-MR experimentsAutodesk
 
Forge - DevCon 2017, Darmstadt Germany: Control & program a real robot by man...
Forge - DevCon 2017, Darmstadt Germany: Control & program a real robot by man...Forge - DevCon 2017, Darmstadt Germany: Control & program a real robot by man...
Forge - DevCon 2017, Darmstadt Germany: Control & program a real robot by man...Autodesk
 
Into the Cloud! Introducing the New Dynamics AX | David Linton and Joyce Lafleur
Into the Cloud! Introducing the New Dynamics AX | David Linton and Joyce LafleurInto the Cloud! Introducing the New Dynamics AX | David Linton and Joyce Lafleur
Into the Cloud! Introducing the New Dynamics AX | David Linton and Joyce LafleurKatie Elliott
 
Polyglot Persistence in Azure
Polyglot Persistence in AzurePolyglot Persistence in Azure
Polyglot Persistence in AzureMarco Parenzan
 
Azure Functions Overview
Azure Functions OverviewAzure Functions Overview
Azure Functions OverviewJoe Raio
 
Jan 21st A360 Hangout: Collaboration for Revit Presentation
Jan 21st A360 Hangout: Collaboration for Revit PresentationJan 21st A360 Hangout: Collaboration for Revit Presentation
Jan 21st A360 Hangout: Collaboration for Revit PresentationAutodesk A360
 
Microsoft Flow in Real World Projects: 2 Years later & What's next
Microsoft Flow in Real World Projects: 2 Years later & What's nextMicrosoft Flow in Real World Projects: 2 Years later & What's next
Microsoft Flow in Real World Projects: 2 Years later & What's nextBIWUG
 
Keynote speech
Keynote speechKeynote speech
Keynote speechBizTalk360
 
Heroku & AWS: How We Built and Build Heroku like a Customer - DEM09 - Chicago...
Heroku & AWS: How We Built and Build Heroku like a Customer - DEM09 - Chicago...Heroku & AWS: How We Built and Build Heroku like a Customer - DEM09 - Chicago...
Heroku & AWS: How We Built and Build Heroku like a Customer - DEM09 - Chicago...Amazon Web Services
 
Building microservices with azure functions
Building microservices with azure functionsBuilding microservices with azure functions
Building microservices with azure functionsJustin Maurer
 

Tendances (20)

Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...
Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...
Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...
 
Forge - DevCon 2016: Extend BIM 360 Docs with the Issues Service API
Forge - DevCon 2016: Extend BIM 360 Docs with the Issues Service APIForge - DevCon 2016: Extend BIM 360 Docs with the Issues Service API
Forge - DevCon 2016: Extend BIM 360 Docs with the Issues Service API
 
Forge - DevCon 2016: The Future of Making Buildings Forms Follow Formulae
Forge - DevCon 2016: The Future of Making Buildings Forms Follow FormulaeForge - DevCon 2016: The Future of Making Buildings Forms Follow Formulae
Forge - DevCon 2016: The Future of Making Buildings Forms Follow Formulae
 
Developing 3D Visualization Apps
Developing 3D Visualization AppsDeveloping 3D Visualization Apps
Developing 3D Visualization Apps
 
Forge - DevCon 2016: Free your BIM data
Forge - DevCon 2016: Free your BIM dataForge - DevCon 2016: Free your BIM data
Forge - DevCon 2016: Free your BIM data
 
Forge - DevCon 2017, Darmstadt Germany - Introduction and Roadmap
Forge - DevCon 2017, Darmstadt Germany - Introduction and RoadmapForge - DevCon 2017, Darmstadt Germany - Introduction and Roadmap
Forge - DevCon 2017, Darmstadt Germany - Introduction and Roadmap
 
Forge - DevCon 2016: Cloud PDM Demystified – The Future of File Management
Forge - DevCon 2016: Cloud PDM Demystified – The Future of File ManagementForge - DevCon 2016: Cloud PDM Demystified – The Future of File Management
Forge - DevCon 2016: Cloud PDM Demystified – The Future of File Management
 
Harnessing the Power of Customer Feedback
Harnessing the Power of Customer FeedbackHarnessing the Power of Customer Feedback
Harnessing the Power of Customer Feedback
 
Forge - DevCon 2017, Darmstadt Germany: HFDM - What, why & how?
Forge - DevCon 2017, Darmstadt Germany: HFDM - What, why & how?Forge - DevCon 2017, Darmstadt Germany: HFDM - What, why & how?
Forge - DevCon 2017, Darmstadt Germany: HFDM - What, why & how?
 
Forge - DevCon 2016: Introduction to Forge 3D Print API Through Sample Applic...
Forge - DevCon 2016: Introduction to Forge 3D Print API Through Sample Applic...Forge - DevCon 2016: Introduction to Forge 3D Print API Through Sample Applic...
Forge - DevCon 2016: Introduction to Forge 3D Print API Through Sample Applic...
 
Forge - DevCon 2017, Darmstadt Germany: Forge AR-VR-MR experiments
Forge - DevCon 2017, Darmstadt Germany: Forge AR-VR-MR experimentsForge - DevCon 2017, Darmstadt Germany: Forge AR-VR-MR experiments
Forge - DevCon 2017, Darmstadt Germany: Forge AR-VR-MR experiments
 
Forge - DevCon 2017, Darmstadt Germany: Control & program a real robot by man...
Forge - DevCon 2017, Darmstadt Germany: Control & program a real robot by man...Forge - DevCon 2017, Darmstadt Germany: Control & program a real robot by man...
Forge - DevCon 2017, Darmstadt Germany: Control & program a real robot by man...
 
Into the Cloud! Introducing the New Dynamics AX | David Linton and Joyce Lafleur
Into the Cloud! Introducing the New Dynamics AX | David Linton and Joyce LafleurInto the Cloud! Introducing the New Dynamics AX | David Linton and Joyce Lafleur
Into the Cloud! Introducing the New Dynamics AX | David Linton and Joyce Lafleur
 
Polyglot Persistence in Azure
Polyglot Persistence in AzurePolyglot Persistence in Azure
Polyglot Persistence in Azure
 
Azure Functions Overview
Azure Functions OverviewAzure Functions Overview
Azure Functions Overview
 
Jan 21st A360 Hangout: Collaboration for Revit Presentation
Jan 21st A360 Hangout: Collaboration for Revit PresentationJan 21st A360 Hangout: Collaboration for Revit Presentation
Jan 21st A360 Hangout: Collaboration for Revit Presentation
 
Microsoft Flow in Real World Projects: 2 Years later & What's next
Microsoft Flow in Real World Projects: 2 Years later & What's nextMicrosoft Flow in Real World Projects: 2 Years later & What's next
Microsoft Flow in Real World Projects: 2 Years later & What's next
 
Keynote speech
Keynote speechKeynote speech
Keynote speech
 
Heroku & AWS: How We Built and Build Heroku like a Customer - DEM09 - Chicago...
Heroku & AWS: How We Built and Build Heroku like a Customer - DEM09 - Chicago...Heroku & AWS: How We Built and Build Heroku like a Customer - DEM09 - Chicago...
Heroku & AWS: How We Built and Build Heroku like a Customer - DEM09 - Chicago...
 
Building microservices with azure functions
Building microservices with azure functionsBuilding microservices with azure functions
Building microservices with azure functions
 

En vedette

Forge - DevCon 2016: Bringing BIM to Facility Management with Forge – Collabo...
Forge - DevCon 2016: Bringing BIM to Facility Management with Forge – Collabo...Forge - DevCon 2016: Bringing BIM to Facility Management with Forge – Collabo...
Forge - DevCon 2016: Bringing BIM to Facility Management with Forge – Collabo...Autodesk
 
Collaboration with Design Data
Collaboration with Design DataCollaboration with Design Data
Collaboration with Design DataAugusto Goncalves
 
Forge - DevCon 2016: Hsbcad from Acad to Revit to Cloud
Forge - DevCon 2016: Hsbcad from Acad to Revit to Cloud Forge - DevCon 2016: Hsbcad from Acad to Revit to Cloud
Forge - DevCon 2016: Hsbcad from Acad to Revit to Cloud Autodesk
 
Developing data centric applications Forge DevCon 2016 by AMC Bridge & openBoM
Developing data centric applications Forge DevCon 2016 by AMC Bridge & openBoMDeveloping data centric applications Forge DevCon 2016 by AMC Bridge & openBoM
Developing data centric applications Forge DevCon 2016 by AMC Bridge & openBoMopenBoM
 
Forge - DevCon 2016: Free your design data
Forge - DevCon 2016: Free your design dataForge - DevCon 2016: Free your design data
Forge - DevCon 2016: Free your design dataAutodesk
 
Forge - DevCon 2016: Building Value-Added Integrations with Autodesk’s IoT APIs
Forge - DevCon 2016: Building Value-Added Integrations with Autodesk’s IoT APIsForge - DevCon 2016: Building Value-Added Integrations with Autodesk’s IoT APIs
Forge - DevCon 2016: Building Value-Added Integrations with Autodesk’s IoT APIsAutodesk
 
Forge - DevCon 2016: Dancing with Elephants, Leveraging Market Leaders to Gro...
Forge - DevCon 2016: Dancing with Elephants, Leveraging Market Leaders to Gro...Forge - DevCon 2016: Dancing with Elephants, Leveraging Market Leaders to Gro...
Forge - DevCon 2016: Dancing with Elephants, Leveraging Market Leaders to Gro...Autodesk
 
2015 Excellence in Infrastructure Submissions
2015 Excellence in Infrastructure Submissions2015 Excellence in Infrastructure Submissions
2015 Excellence in Infrastructure SubmissionsAutodesk AEC
 
Forge - DevCon 2016: Visual Reporting with Connected Design Data
Forge - DevCon 2016: Visual Reporting with Connected Design DataForge - DevCon 2016: Visual Reporting with Connected Design Data
Forge - DevCon 2016: Visual Reporting with Connected Design DataAutodesk
 
3D and VR on the web
3D and VR on the web3D and VR on the web
3D and VR on the webAdam Nagy
 
2016 AEC Excellence Awards Showcase Book
2016 AEC Excellence Awards Showcase Book2016 AEC Excellence Awards Showcase Book
2016 AEC Excellence Awards Showcase BookAutodesk AEC
 
Make the Web 3D
Make the Web 3DMake the Web 3D
Make the Web 3DAdam Nagy
 
2017 02-fitc-amz-public
2017 02-fitc-amz-public2017 02-fitc-amz-public
2017 02-fitc-amz-publicCyrille Fauvel
 
Introduction to WebVR Autodesk Forge 2016
Introduction to WebVR Autodesk Forge 2016Introduction to WebVR Autodesk Forge 2016
Introduction to WebVR Autodesk Forge 2016Tony Parisi
 
AEC Excellence Awards 2016 Finalists
AEC Excellence Awards 2016 FinalistsAEC Excellence Awards 2016 Finalists
AEC Excellence Awards 2016 FinalistsAutodesk AEC
 
Top 7 Reasons You Should Work at Autodesk
Top 7 Reasons You Should Work at AutodeskTop 7 Reasons You Should Work at Autodesk
Top 7 Reasons You Should Work at AutodeskDusty DiMercurio
 
What Makes Great Infographics
What Makes Great InfographicsWhat Makes Great Infographics
What Makes Great InfographicsSlideShare
 
Masters of SlideShare
Masters of SlideShareMasters of SlideShare
Masters of SlideShareKapost
 
STOP! VIEW THIS! 10-Step Checklist When Uploading to Slideshare
STOP! VIEW THIS! 10-Step Checklist When Uploading to SlideshareSTOP! VIEW THIS! 10-Step Checklist When Uploading to Slideshare
STOP! VIEW THIS! 10-Step Checklist When Uploading to SlideshareEmpowered Presentations
 

En vedette (20)

Forge - DevCon 2016: Bringing BIM to Facility Management with Forge – Collabo...
Forge - DevCon 2016: Bringing BIM to Facility Management with Forge – Collabo...Forge - DevCon 2016: Bringing BIM to Facility Management with Forge – Collabo...
Forge - DevCon 2016: Bringing BIM to Facility Management with Forge – Collabo...
 
Collaboration with Design Data
Collaboration with Design DataCollaboration with Design Data
Collaboration with Design Data
 
Forge - DevCon 2016: Hsbcad from Acad to Revit to Cloud
Forge - DevCon 2016: Hsbcad from Acad to Revit to Cloud Forge - DevCon 2016: Hsbcad from Acad to Revit to Cloud
Forge - DevCon 2016: Hsbcad from Acad to Revit to Cloud
 
Developing data centric applications Forge DevCon 2016 by AMC Bridge & openBoM
Developing data centric applications Forge DevCon 2016 by AMC Bridge & openBoMDeveloping data centric applications Forge DevCon 2016 by AMC Bridge & openBoM
Developing data centric applications Forge DevCon 2016 by AMC Bridge & openBoM
 
Forge - DevCon 2016: Free your design data
Forge - DevCon 2016: Free your design dataForge - DevCon 2016: Free your design data
Forge - DevCon 2016: Free your design data
 
Forge - DevCon 2016: Building Value-Added Integrations with Autodesk’s IoT APIs
Forge - DevCon 2016: Building Value-Added Integrations with Autodesk’s IoT APIsForge - DevCon 2016: Building Value-Added Integrations with Autodesk’s IoT APIs
Forge - DevCon 2016: Building Value-Added Integrations with Autodesk’s IoT APIs
 
Forge - DevCon 2016: Dancing with Elephants, Leveraging Market Leaders to Gro...
Forge - DevCon 2016: Dancing with Elephants, Leveraging Market Leaders to Gro...Forge - DevCon 2016: Dancing with Elephants, Leveraging Market Leaders to Gro...
Forge - DevCon 2016: Dancing with Elephants, Leveraging Market Leaders to Gro...
 
2015 Excellence in Infrastructure Submissions
2015 Excellence in Infrastructure Submissions2015 Excellence in Infrastructure Submissions
2015 Excellence in Infrastructure Submissions
 
Forge - DevCon 2016: Visual Reporting with Connected Design Data
Forge - DevCon 2016: Visual Reporting with Connected Design DataForge - DevCon 2016: Visual Reporting with Connected Design Data
Forge - DevCon 2016: Visual Reporting with Connected Design Data
 
3D and VR on the web
3D and VR on the web3D and VR on the web
3D and VR on the web
 
2016 AEC Excellence Awards Showcase Book
2016 AEC Excellence Awards Showcase Book2016 AEC Excellence Awards Showcase Book
2016 AEC Excellence Awards Showcase Book
 
Make the Web 3D
Make the Web 3DMake the Web 3D
Make the Web 3D
 
2017 02-fitc-amz-public
2017 02-fitc-amz-public2017 02-fitc-amz-public
2017 02-fitc-amz-public
 
Introduction to WebVR Autodesk Forge 2016
Introduction to WebVR Autodesk Forge 2016Introduction to WebVR Autodesk Forge 2016
Introduction to WebVR Autodesk Forge 2016
 
AEC Excellence Awards 2016 Finalists
AEC Excellence Awards 2016 FinalistsAEC Excellence Awards 2016 Finalists
AEC Excellence Awards 2016 Finalists
 
Top 7 Reasons You Should Work at Autodesk
Top 7 Reasons You Should Work at AutodeskTop 7 Reasons You Should Work at Autodesk
Top 7 Reasons You Should Work at Autodesk
 
What Makes Great Infographics
What Makes Great InfographicsWhat Makes Great Infographics
What Makes Great Infographics
 
Masters of SlideShare
Masters of SlideShareMasters of SlideShare
Masters of SlideShare
 
STOP! VIEW THIS! 10-Step Checklist When Uploading to Slideshare
STOP! VIEW THIS! 10-Step Checklist When Uploading to SlideshareSTOP! VIEW THIS! 10-Step Checklist When Uploading to Slideshare
STOP! VIEW THIS! 10-Step Checklist When Uploading to Slideshare
 
You Suck At PowerPoint!
You Suck At PowerPoint!You Suck At PowerPoint!
You Suck At PowerPoint!
 

Similaire à Forge - DevCon 2016: Drawings! Drawings! Everywhere!

From desktop to the cloud with forge
From desktop to the cloud with forgeFrom desktop to the cloud with forge
From desktop to the cloud with forgefpm2015
 
Building Papers
Building PapersBuilding Papers
Building PapersMahmoud
 
The new Azure App Service Architecture
The new Azure App Service ArchitectureThe new Azure App Service Architecture
The new Azure App Service ArchitectureJoão Pedro Martins
 
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...Vincent Biret
 
Crafting ColdFusion Applications like an Architect
Crafting ColdFusion Applications like an ArchitectCrafting ColdFusion Applications like an Architect
Crafting ColdFusion Applications like an ArchitectColdFusionConference
 
Asp.NETZERO - A Workshop Presentation by Citytech Software
Asp.NETZERO - A Workshop Presentation by Citytech SoftwareAsp.NETZERO - A Workshop Presentation by Citytech Software
Asp.NETZERO - A Workshop Presentation by Citytech SoftwareRitwik Das
 
Real World Development: Peeling The Onion – Migrating A Monolithic Applicatio...
Real World Development: Peeling The Onion – Migrating A Monolithic Applicatio...Real World Development: Peeling The Onion – Migrating A Monolithic Applicatio...
Real World Development: Peeling The Onion – Migrating A Monolithic Applicatio...Amazon Web Services
 
AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...
AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...
AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...Amazon Web Services
 
What is the Oracle PaaS Cloud for Developers (Oracle Cloud Day, The Netherlan...
What is the Oracle PaaS Cloud for Developers (Oracle Cloud Day, The Netherlan...What is the Oracle PaaS Cloud for Developers (Oracle Cloud Day, The Netherlan...
What is the Oracle PaaS Cloud for Developers (Oracle Cloud Day, The Netherlan...Lucas Jellema
 
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...Tokyo Azure Meetup
 
Autocad_Powerpoint_Presentation.new.pdf
Autocad_Powerpoint_Presentation.new.pdfAutocad_Powerpoint_Presentation.new.pdf
Autocad_Powerpoint_Presentation.new.pdfsunilreddypapijenni
 
2015-12-02 - WebCamp - Microsoft Azure Logic Apps
2015-12-02 - WebCamp - Microsoft Azure Logic Apps2015-12-02 - WebCamp - Microsoft Azure Logic Apps
2015-12-02 - WebCamp - Microsoft Azure Logic AppsSandro Pereira
 
Azure app service to create web and mobile apps
Azure app service to create web and mobile appsAzure app service to create web and mobile apps
Azure app service to create web and mobile appsKen Cenerelli
 
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - Custom Application Develo...
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - Custom Application Develo...AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - Custom Application Develo...
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - Custom Application Develo...Lucas Jellema
 
Mastering Office 365 Development - Toni Pohl, atwork
Mastering Office 365 Development - Toni Pohl, atworkMastering Office 365 Development - Toni Pohl, atwork
Mastering Office 365 Development - Toni Pohl, atworkSPC Adriatics
 
Cloud-based Modelling Solutions Empowering Tool Integration
Cloud-based Modelling Solutions Empowering Tool IntegrationCloud-based Modelling Solutions Empowering Tool Integration
Cloud-based Modelling Solutions Empowering Tool IntegrationIstvan Rath
 
Mastering Office 365 Development
Mastering Office 365 DevelopmentMastering Office 365 Development
Mastering Office 365 Developmentatwork
 
Microsoft Cloud BI Update 2012 for SQL Saturday Philly
Microsoft Cloud BI Update 2012 for SQL Saturday PhillyMicrosoft Cloud BI Update 2012 for SQL Saturday Philly
Microsoft Cloud BI Update 2012 for SQL Saturday PhillyMark Kromer
 

Similaire à Forge - DevCon 2016: Drawings! Drawings! Everywhere! (20)

From desktop to the cloud with forge
From desktop to the cloud with forgeFrom desktop to the cloud with forge
From desktop to the cloud with forge
 
A New Development Platform Connecting BIM to Anything - Mr. Xiaodong LIANG Ch...
A New Development Platform Connecting BIM to Anything - Mr. Xiaodong LIANG Ch...A New Development Platform Connecting BIM to Anything - Mr. Xiaodong LIANG Ch...
A New Development Platform Connecting BIM to Anything - Mr. Xiaodong LIANG Ch...
 
Building Papers
Building PapersBuilding Papers
Building Papers
 
The new Azure App Service Architecture
The new Azure App Service ArchitectureThe new Azure App Service Architecture
The new Azure App Service Architecture
 
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
 
Crafting ColdFusion Applications like an Architect
Crafting ColdFusion Applications like an ArchitectCrafting ColdFusion Applications like an Architect
Crafting ColdFusion Applications like an Architect
 
Asp.NETZERO - A Workshop Presentation by Citytech Software
Asp.NETZERO - A Workshop Presentation by Citytech SoftwareAsp.NETZERO - A Workshop Presentation by Citytech Software
Asp.NETZERO - A Workshop Presentation by Citytech Software
 
Real World Development: Peeling The Onion – Migrating A Monolithic Applicatio...
Real World Development: Peeling The Onion – Migrating A Monolithic Applicatio...Real World Development: Peeling The Onion – Migrating A Monolithic Applicatio...
Real World Development: Peeling The Onion – Migrating A Monolithic Applicatio...
 
AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...
AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...
AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...
 
What is the Oracle PaaS Cloud for Developers (Oracle Cloud Day, The Netherlan...
What is the Oracle PaaS Cloud for Developers (Oracle Cloud Day, The Netherlan...What is the Oracle PaaS Cloud for Developers (Oracle Cloud Day, The Netherlan...
What is the Oracle PaaS Cloud for Developers (Oracle Cloud Day, The Netherlan...
 
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...
 
Autocad_Powerpoint_Presentation.new.pdf
Autocad_Powerpoint_Presentation.new.pdfAutocad_Powerpoint_Presentation.new.pdf
Autocad_Powerpoint_Presentation.new.pdf
 
2015-12-02 - WebCamp - Microsoft Azure Logic Apps
2015-12-02 - WebCamp - Microsoft Azure Logic Apps2015-12-02 - WebCamp - Microsoft Azure Logic Apps
2015-12-02 - WebCamp - Microsoft Azure Logic Apps
 
Azure app service to create web and mobile apps
Azure app service to create web and mobile appsAzure app service to create web and mobile apps
Azure app service to create web and mobile apps
 
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...
AMIS Oracle OpenWorld en Code One Review 2018 - Pillar 2: Custom Application ...
 
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - Custom Application Develo...
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - Custom Application Develo...AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - Custom Application Develo...
AMIS Oracle OpenWorld & CodeOne Review - Pillar 2 - Custom Application Develo...
 
Mastering Office 365 Development - Toni Pohl, atwork
Mastering Office 365 Development - Toni Pohl, atworkMastering Office 365 Development - Toni Pohl, atwork
Mastering Office 365 Development - Toni Pohl, atwork
 
Cloud-based Modelling Solutions Empowering Tool Integration
Cloud-based Modelling Solutions Empowering Tool IntegrationCloud-based Modelling Solutions Empowering Tool Integration
Cloud-based Modelling Solutions Empowering Tool Integration
 
Mastering Office 365 Development
Mastering Office 365 DevelopmentMastering Office 365 Development
Mastering Office 365 Development
 
Microsoft Cloud BI Update 2012 for SQL Saturday Philly
Microsoft Cloud BI Update 2012 for SQL Saturday PhillyMicrosoft Cloud BI Update 2012 for SQL Saturday Philly
Microsoft Cloud BI Update 2012 for SQL Saturday Philly
 

Plus de Autodesk

Top 6 Reasons to work at Autodesk
Top 6 Reasons to work at AutodeskTop 6 Reasons to work at Autodesk
Top 6 Reasons to work at AutodeskAutodesk
 
Make your own Pokédex with the Pokéapi & Node/Express!
Make your own Pokédex with the Pokéapi & Node/Express! Make your own Pokédex with the Pokéapi & Node/Express!
Make your own Pokédex with the Pokéapi & Node/Express! Autodesk
 
Forge - DevCon 2016: Collaborative VR using Google Cardboard & the View & Dat...
Forge - DevCon 2016: Collaborative VR using Google Cardboard & the View & Dat...Forge - DevCon 2016: Collaborative VR using Google Cardboard & the View & Dat...
Forge - DevCon 2016: Collaborative VR using Google Cardboard & the View & Dat...Autodesk
 
Forge - DevCon 2016: Creating your next VR Walkthrough with Cloud Rendered St...
Forge - DevCon 2016: Creating your next VR Walkthrough with Cloud Rendered St...Forge - DevCon 2016: Creating your next VR Walkthrough with Cloud Rendered St...
Forge - DevCon 2016: Creating your next VR Walkthrough with Cloud Rendered St...Autodesk
 
Forge - DevCon 2016: Introduction to building for HoloLens
Forge - DevCon 2016: Introduction to building for HoloLensForge - DevCon 2016: Introduction to building for HoloLens
Forge - DevCon 2016: Introduction to building for HoloLensAutodesk
 
Forge - DevCon 2016: Forecast for Design, Make, & Use is Cloudy
Forge - DevCon 2016: Forecast for Design, Make, & Use is CloudyForge - DevCon 2016: Forecast for Design, Make, & Use is Cloudy
Forge - DevCon 2016: Forecast for Design, Make, & Use is CloudyAutodesk
 
Forge - DevCon 2016: Building a Drone Imagery Service
Forge - DevCon 2016: Building a Drone Imagery ServiceForge - DevCon 2016: Building a Drone Imagery Service
Forge - DevCon 2016: Building a Drone Imagery ServiceAutodesk
 
Forge - DevCon 2016: Collaborating with Design Data
Forge - DevCon 2016: Collaborating with Design DataForge - DevCon 2016: Collaborating with Design Data
Forge - DevCon 2016: Collaborating with Design DataAutodesk
 

Plus de Autodesk (8)

Top 6 Reasons to work at Autodesk
Top 6 Reasons to work at AutodeskTop 6 Reasons to work at Autodesk
Top 6 Reasons to work at Autodesk
 
Make your own Pokédex with the Pokéapi & Node/Express!
Make your own Pokédex with the Pokéapi & Node/Express! Make your own Pokédex with the Pokéapi & Node/Express!
Make your own Pokédex with the Pokéapi & Node/Express!
 
Forge - DevCon 2016: Collaborative VR using Google Cardboard & the View & Dat...
Forge - DevCon 2016: Collaborative VR using Google Cardboard & the View & Dat...Forge - DevCon 2016: Collaborative VR using Google Cardboard & the View & Dat...
Forge - DevCon 2016: Collaborative VR using Google Cardboard & the View & Dat...
 
Forge - DevCon 2016: Creating your next VR Walkthrough with Cloud Rendered St...
Forge - DevCon 2016: Creating your next VR Walkthrough with Cloud Rendered St...Forge - DevCon 2016: Creating your next VR Walkthrough with Cloud Rendered St...
Forge - DevCon 2016: Creating your next VR Walkthrough with Cloud Rendered St...
 
Forge - DevCon 2016: Introduction to building for HoloLens
Forge - DevCon 2016: Introduction to building for HoloLensForge - DevCon 2016: Introduction to building for HoloLens
Forge - DevCon 2016: Introduction to building for HoloLens
 
Forge - DevCon 2016: Forecast for Design, Make, & Use is Cloudy
Forge - DevCon 2016: Forecast for Design, Make, & Use is CloudyForge - DevCon 2016: Forecast for Design, Make, & Use is Cloudy
Forge - DevCon 2016: Forecast for Design, Make, & Use is Cloudy
 
Forge - DevCon 2016: Building a Drone Imagery Service
Forge - DevCon 2016: Building a Drone Imagery ServiceForge - DevCon 2016: Building a Drone Imagery Service
Forge - DevCon 2016: Building a Drone Imagery Service
 
Forge - DevCon 2016: Collaborating with Design Data
Forge - DevCon 2016: Collaborating with Design DataForge - DevCon 2016: Collaborating with Design Data
Forge - DevCon 2016: Collaborating with Design Data
 

Dernier

MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 

Dernier (20)

MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 

Forge - DevCon 2016: Drawings! Drawings! Everywhere!

  • 1. Albert Szilvasy, Autodesk Abhishek Singhal, Risersoft Ben O'Donnell, BIMobject Drawings! Drawings! Everywhere!
  • 2. Agenda • Overview of Design Automation API • Demo • Clients • Risersoft • Bimobjects
  • 3. AutoCAD.IO Design Automation API Forge DAA Nicely captures the simplicity of this API As in: It is simple!
  • 4. The problem • There are billions of DWG files “out there” • Lot of people want DWG files • You need AutoCAD to access/create DWGs • Requires HW, license, personnel to maintain
  • 5. Solution: Design Automation API • A simple DWG processing service • Simple: • Input url(s) + output urls(s) + autocad commands • Service: • no license, no hw, no maintance • Available since November 2014 • Daily volume of over 50,000 dwgs
  • 6. The API HTTP Endpoint /Activities /WorkItems /AppPackages /Engines Programmingconcept Function definition Function call Shared library Instruction set AutoCAD concept Script file Script execution Plugin (crx) AutoCAD version
  • 7. DAA: output = f(input) (r1, r2, r3) f(p1, p2, p3…pN) { inst1 p3,p2 inst2 p1, r1 … } Activity: • sequence of commands to execute + formal parameters/return value decl • Engine: version of AutoCAD to use • AppPackage: code for custom commands Activity Named file Named file AutoCAD commands Name Function Input parameter Return value(out parameter) Instructions Name
  • 8. Notes on f() • Activities like functions are stored and reusable. Create once use many times. • AppPackages like shared libraries are stored and reusable. Upload once use many times. • Engines are like CPU architectures. Clients can enumerate them.
  • 9. DAA: output = f(input) var v = f(https://xyz, https://qfq, https://lsf ) • WorkItem: • invoke f() with concrete input/output arguments (URLs + headers). A function call. • Input/outputs are NOT stored, they are downloaded/processed and THROWN AWAY
  • 10. Demo: Your data at the center If it is accessible over HTTP then it works for us: • AWS • Azure • Forge Data Management API • …
  • 12. About Risersoft Engineering and Manufacturing Solutions © 2016 Autodesk Parametric Enterprise Jet-Set-Go With Cloud Engineering Driven Manufacturing Enquiry to Cash
  • 13. About Risersoft Maximprise Enquiry to Cash solution The complete flow actually consists of several sub flows: Enquiry to Quotation Enquiry  Engineering  Quotation Order to Planning Customer Order  Engineering  Planning Procure to Pay Planning  Procurement  Receipt  Payment Order to Cash Planning  Production  Dispatch  CashEngineering is at the center of universe (Of Operations)! Planning
  • 14. UnitCAD Architecture Easy Automation AutoCAD and Inventor GUI based rule entry Excel Formula Language Database Storage 1. Rules Driven Creation of CAD Models and drawing 2. Replaces Programming paradigm with a) Familiar Excel like Formula Language b) Database c) Front end GUI
  • 15. AutoCAD IO – Enabling new UnitCAD workflows •Browser based •Based on Web API •List Rules •Generate Output •Call UnitCAD API in your own apps •Based on Web API •Generate Output •Standalone App •Based on Web API •Create Rules •Generate Output •AutoCAD Environment •Based on AutoCAD API •Create Rules •Generate Output Add- In Win App Web App Web API
  • 16. AutoCAD IO Development and Transition Notes 1. UnitCAD architecture  model-view-controller. The models are reused across variants. 2. UnitCAD engine  split UI and execution. The engine remains same for all variants. 3. AutoCAD IO offline  the engine needs to be provided all data as “in-memory”. 4. Test  Always test in local accoreconsole before testing in the cloud. 5. Test  Crash information is not available when testing in cloud.
  • 17. UnitCAD Basics • Hierarchy of rules produces hierarchy of AutoCAD Blocks • Rule Types – Parameter, Child, Action, Snapshot • Create geometry such as line, circle, ellipse etc through child rules • Use existing AutoCAD Blocks • Create parametric 3D Solids • Formula Language: • Familiar Excel functions like Engineering, information, logical • Special functions for CAD model query • All variants use same data and backend service
  • 18. 1. Add-In 2. Win App 3. Web App Demo
  • 19. Welcome to Office Mix WATCH CREATE SHARE Delete this slide (Delete key) and open a new slide (Ctrl + M) when you are ready to createyour first Mix 1 2 3
  • 20.
  • 21.
  • 22. UnitCAD API 1. Synopsis • Use UnitCAD in your own apps • Create rules in one of the other variants • Call API and get the CAD model back • Request Data: Startup component and parameter values • Response: URL where result is stored • Pattern: Fire – Acknowledge – Poll • Call pattern similar to AutoCAD IO 2. Demo
  • 23.
  • 24. Risersoft Parametric Enterprise  Typically, Engineering organization has their own domain specific tools, which are spreadsheet based or custom designed.  Typically, all of that output can ultimately be given as a collection of parameters, ranging from dozens to thousands.  Rules are defined in the familiar easy-to-use Excel like formula language.  Use rules and parameters to create enterprise data in addition to CAD automation. © 2016 Autodesk
  • 25. Status • App suite under testing • Release within 4-5 weeks • Per user per month pricing • Registration portal with e-commerce: • Buy App suites with auto provisioning on cloud • Manage tiers • Manage multiple users within single account • Manage API Apps
  • 26.
  • 27.
  • 28. Cloud solutions branded BIM content High prof iled brands Parametric and conf igurable + 4 million articles (sku) Properties and inf ormation , classifications like COBie LOD 100-400 and dy namic LOI Support the entire process Multiple f ormats and 22 languages supported
  • 29.
  • 30. Mass production of BIM content Industrialise the creation processes Create an unbroken , information chain
  • 31. BIMobject.com BIMscript® An open developer script that enables smart objects in a cloud environment and single source of truth
  • 32. The process from Mech CAD to BIM objects BOPC™ Properties Downloadable parametric objects for: ArchiCAD Revit Sketchup Viewable and configurable in: Web GL, (on fly creation) Mechanical CAD formats imported into Rhino: IGES Solidworks STEP STL CATIA UG NX Parasolid Alias Inventor PRO E Delete geometry not needed Optimize the geometry Add geometry for LOD 100 Drag drop into script editor Build intelligence test, analyze and upload BIMscript™ to bimobject.com cloud IFC 3DS DWG BIMscript™
  • 33.
  • 34. User BIMscript to DWG BIMobject.com Design Automation API Start Lookup BIMscript for Product page Setup Parameters ofthe Product RequestDWG File of the Product Convert BIMscript to AutoCAD script using Parameters selected Amazon S3 Upload AutoCAD scriptinto S3 with a unique name Save AutoCAD scriptfor later use Return result Create Work Item for Design Automation API referring the AutoCAD scriptin S3 Upload Work Item & Start Polling for the Result Start Work Item
  • 35. User BIMscript to DWG BIMobject.com Design Automation API Finish polling & RequestResult Extract DWG file & Return Result Amazon S3 Save DWG file Lookup AutoCAD script Return Result RequestAutoCAD script Execute AutoCAD script resulting DWGfile Return result Lookup Work Item Result End