SlideShare a Scribd company logo
Presenter
Don Larson – CEO
Moderator
Dave Manock
Technology Workshop
VizEx View HTML5
February 23rd-25th 2016
Workshop - VizEx View – CGM HTML5
• The muting and unmuting of delegates will be supervised by the
the organizers
• Live questions will be taken in Q&A
• Please click the ‘Raise Hand’ button
• You can also Post questions during webinar using Questions panel
• If you experience problems when joining the webinar please
use the questions function to communicate
• VOIP is the recommended audio option
• Handouts can be downloaded during the presentation
• Audio Q&A sessions will be available during the presentation
www.cgmlarson.com
Copyright Larson Software Technology (c) 2016
Agenda
• Technology Introduction
• VizEx View HTML5 Demonstration
• Q&A
• Implementation of the Product
• Supporting Documentation (SDK)
• Resources
• Evaluation Program
• Final Q&A session and Closing remarks
www.cgmlarson.com
Copyright Larson Software Technology (c) 2016
Background (1) - Overview
Computer Graphics Metafile
ISO (International Organization for Standardization) standard for
vector and composite vector/raster picture definition since 1987.
HyperText Markup Language
The cornerstone of the W3C's open web platform; a framework
designed to foster innovation and develop the full potential the
web has to offer.
Web Graphics Library
A JavaScript API for rendering interactive 3D computer graphics and 2D
graphics within any compatible web browser without the use of plug-ins.
www.cgmlarson.com
Copyright Larson Software Technology (c) 2016
Background (2) – HTML5
• HyperText Markup Language (HTML)
• Core technology of the Internet used for structuring and presenting content
on the World Wide Web
• Not owned, non-proprietary
• HTML5 adds many new syntactic features including:
• <video>, <audio> and <canvas> elements
• Additionally the integration of the SVG graphics format
• The new features are primarily designed to enable multimedia delivery
without using plug-ins
• Device-independent design to work on broad array of devices PCs,
smartphones and tablets
• Introduces several application programming interfaces (APIs) for complex web
applications
www.cgmlarson.com
Copyright Larson Software Technology (c) 2016
Background (3) – WebGL
• JavaScript API for rendering interactive 3D and 2D graphics
• Designed and maintained by the non-profit Khronos Group
• Completely integrated into all the web standards of the
browser permitting GPU acceleration.
• No plug-in required in a compatible web browser
• WebGL is widely supported in modern browsers.
www.cgmlarson.com
Copyright Larson Software Technology (c) 2016
• ActiveX weaknesses
• Has to be installed on the target computer
• Strongly criticized for security problems
• ActiveX Browser Support
• Microsoft Edge browser - Support dropped
• Good indication the technology will phased out
• Chrome and Firefox still support ActiveX
• Future strategy unknown
• A solution without the reliance on a plug-in will be beneficial
New Technology ActiveX alternative?
www.cgmlarson.com
Copyright Larson Software Technology (c) 2016
VizEx View HTML5
Live Demo
www.cgmlarson.com
Copyright Larson Software Technology (c) 2015
How it works
Code server
(VizExView.js and
License file)
Hosted for evaluations
on cgmlarson.com
Desktop clients
(Windows, Linux, Macs)
Tablets
(Android, iOS, Windows)
Document server
(html, cgms, images)
• VizEx View HTML5 Evaluation page
• Getting started document
• API Document
• Live Examples
Getting Started
Migrating ActiveX to HTML5
ActiveX HTML code: <HTML>
<HEAD>
</HEAD>
<BODY>
<OBJECT TYPE=“image/cgm “ ID="cgm" WIDTH=“100%" HEIGHT=“800" >
<PARAM NAME="SRC" value="ALLELM01.cgm">
</OBJECT>
</BODY>
</HTML>
HTML5 code : <!DOCTYPE html>
<html>
<head>
</head>
<body>
<canvas id="cgm" width="100%" height=“800px"></canvs>
<script>
var Module = { canvas: document.getElementById('cgm') , src: ="ALLELM01.cgm"};
</script>
<script src="http://www.cgmlarson.com/demos/jsViewer/VizExView.js"></script>
</body>
</html>
* No changes to CGM is required
Customizing the Toolbar
<div class="toolbar" id="toolbar">
<img id="openfile" src="images/Open.png" alt="HTML5"
onclick="document.getElementById('fileInput').click()“ title="Open a CGM file from your local machine." />
<img id="opennetfile" src="images/Net_open.png" alt="HTML5"
onclick="Module.promptURLFile()“ title="Open a CGM file from the server" />
<img id="scale2fit" src="images/Scale_to_fit.png" alt="HTML5"
onclick="getWebCGMDocument().setMapping(0)“ title="Scale to fit." />
<img id="scale2width" src="images/Scale_to_width.png" alt="HTML5"
onclick="getWebCGMDocument().setMapping(1)“ title="Scale to width." />
<img id="scale2-100" src="images/Scale_to_100.png" alt="HTML5"
onclick="getWebCGMDocument().setMapping(3)“ title="Scale to actual size." />
<img id="zoommode" src="images/Zoom_mode.png" alt="HTML5"
onclick="getWebCGMDocument().setZoomPanMode(0)“ title="Zoom to selected rectangle." />
<img id="zoomin" src="images/Zoom_in.png" alt="HTML5"
onclick="getWebCGMDocument().setZoomPanMode(2)“ title="Zoom in." />
<img id="zoomout" src="images/Zoom_out.png" alt="HTML5"
onclick="getWebCGMDocument().setZoomPanMode(3)" title="Zoom out." />
<img id="panmode" src="images/Pan_mode.png" alt="HTML5"
onclick="getWebCGMDocument().setZoomPanMode(1)“ title="Pan zoomed image." />
<img id="toggleHots" src="images/Show_hotspots.png" alt="HTML5"
onclick="toggleHighlightsFunc()“ title="Toggle highlight on and off." />
<img id="about" src="images/About-trans.png" alt="HTML5"
onclick="Module.about()“ title="Information about VizEx View HTML5." />
</div>
Q&A
www.cgmlarson.com
Copyright Larson Software Technology (c) 2016
• The benefits of the new technology are significant:
• Full CGM support
• Fast and quality rendering
• No Plug-in required
• No software installation required
• Easily accessible
• Configurable toolbar offering full control over the graphic display
• S1000D and ATA iSpec 2200 compliant
The Benefits
www.cgmlarson.com
Copyright Larson Software Technology (c) 2016
• Join the program
• High Level - Candidate Criteria:
• Have a real-life application for technology implementation
• Possess the expertise to implement
• Designate Evaluation Contact person
• Provide product feedback
• Access to product developer
Join the Evaluation Program
www.cgmlarson.com
Copyright Larson Software Technology (c) 2016
• The new Larson technology will change the way CGM files are
displayed on the web and IETP’s
• ActiveX plug-in issues will be eliminated
• IT departments will be your friend
• Apply for the program and become part of the
Evolution of CGM Viewing
Q&A and Final remarks
www.cgmlarson.com
Copyright Larson Software Technology (c) 2016
Closing Information
Thank you for attending
• Supporting Information
• VizEx View - HTML5 Product Datasheet
• CGM Infographic
• www.slideshare.com/donlarson1
• Upcoming Larson Events
• Webinar March 30th 11am Eastern
• Previewing VizEdit Version 11.00
• New Drawing and CAD Import functions
• Registration opening soon Follow Us
www.cgmlarson.com
Copyright Larson Software Technology (c) 2015

More Related Content

What's hot (10)

PDF
Call For Code: 시각인식을 활용한 피해상황 파악하기 by 맹개발
Yunho Maeng
 
PPTX
Moving To The Client - JavaFX and HTML5
Stephen Chin
 
PPTX
A High-Performance Solution to Microservice UI Composition @ XConf Hamburg
Dr. Arif Wider
 
PDF
WebGL의 무궁무진한 가능성
Jun Ho Lee
 
PPTX
Real User Measurement Insights, London WebPerf 2018-Nov-06
Paul Calvano
 
PDF
Moving to the Client - JavaFX and HTML5
Stephen Chin
 
PPTX
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...
DataLeader.io
 
PPTX
Debugging Serverless for Cloud
VMware Tanzu
 
PPTX
Common Traits of High Performing Websites, WebPerfDays Amsterdam 07-Nov-2018
Paul Calvano
 
PDF
JHipster for Spring Boot webinar
Julien Dubois
 
Call For Code: 시각인식을 활용한 피해상황 파악하기 by 맹개발
Yunho Maeng
 
Moving To The Client - JavaFX and HTML5
Stephen Chin
 
A High-Performance Solution to Microservice UI Composition @ XConf Hamburg
Dr. Arif Wider
 
WebGL의 무궁무진한 가능성
Jun Ho Lee
 
Real User Measurement Insights, London WebPerf 2018-Nov-06
Paul Calvano
 
Moving to the Client - JavaFX and HTML5
Stephen Chin
 
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...
DataLeader.io
 
Debugging Serverless for Cloud
VMware Tanzu
 
Common Traits of High Performing Websites, WebPerfDays Amsterdam 07-Nov-2018
Paul Calvano
 
JHipster for Spring Boot webinar
Julien Dubois
 

Similar to VizEx View HTML5 Workshop (20)

PPTX
VizEx View HTML5 workshop 2017
Larson Software Technology
 
PPTX
2019 VizEx View HTML5 Workshop
Larson Software Technology
 
PPTX
Complete Guide CGM Viewing 2019
Larson Software Technology
 
PDF
Viewing and Deploying CGM files
Larson Software Technology
 
PDF
VizEx View HTML5
Larson Software Technology
 
PPTX
Larson CGM and SVG Webinar
Larson Software Technology
 
PPTX
Manufacturing Day - Case Study - MacLean Engineering
Larson Software Technology
 
PPTX
Webinar VizEx Transform Case Study
Larson Software Technology
 
PDF
CGM (Computer Graphics Metafile) v SVG (Scalable Vector Graphic)
Vizualsite LLC
 
PPTX
CGM versus SVG
Larson Software Technology
 
PPTX
VizEx Edit - The Native CGM Editor - 2017
Larson Software Technology
 
PPTX
VizEx Edit - Technical Illustration Workshop
Larson Software Technology
 
PPTX
CGM and SVG 2020 Workshop Webinar
Larson Software Technology
 
PDF
Change by HTML5
dynamis
 
PPTX
VizEx Edit 11.0 New features
Larson Software Technology
 
PPTX
Deployment and Mobilization of Technical Graphics
Larson Software Technology
 
PDF
Building for real standards (includes notes)
Christian Heilmann
 
PPTX
CGM and SVG Workshop 2019
Larson Software Technology
 
PDF
Keypoints html5
dynamis
 
KEY
WHAT IS HTML5?(20100510)
Shumpei Shiraishi
 
VizEx View HTML5 workshop 2017
Larson Software Technology
 
2019 VizEx View HTML5 Workshop
Larson Software Technology
 
Complete Guide CGM Viewing 2019
Larson Software Technology
 
Viewing and Deploying CGM files
Larson Software Technology
 
VizEx View HTML5
Larson Software Technology
 
Larson CGM and SVG Webinar
Larson Software Technology
 
Manufacturing Day - Case Study - MacLean Engineering
Larson Software Technology
 
Webinar VizEx Transform Case Study
Larson Software Technology
 
CGM (Computer Graphics Metafile) v SVG (Scalable Vector Graphic)
Vizualsite LLC
 
VizEx Edit - The Native CGM Editor - 2017
Larson Software Technology
 
VizEx Edit - Technical Illustration Workshop
Larson Software Technology
 
CGM and SVG 2020 Workshop Webinar
Larson Software Technology
 
Change by HTML5
dynamis
 
VizEx Edit 11.0 New features
Larson Software Technology
 
Deployment and Mobilization of Technical Graphics
Larson Software Technology
 
Building for real standards (includes notes)
Christian Heilmann
 
CGM and SVG Workshop 2019
Larson Software Technology
 
Keypoints html5
dynamis
 
WHAT IS HTML5?(20100510)
Shumpei Shiraishi
 
Ad

More from Larson Software Technology (15)

PPTX
Talking Technical Illustration - Episode 2 - S1000D Illustrations
Larson Software Technology
 
PPTX
Talking Technical illustration - Episode 1 - 3D data
Larson Software Technology
 
PPTX
Larson 3D Product Strategy 2020
Larson Software Technology
 
PPTX
Technical illustration - The Future Webinar
Larson Software Technology
 
PPTX
S1000D Compliant Illustrations 2018 - Part 2
Larson Software Technology
 
PPTX
Compliant S1000D illustrations 2018 - Part 1
Larson Software Technology
 
PDF
VizEx Edit Datasheet
Larson Software Technology
 
PDF
VizEx Transform Datasheet
Larson Software Technology
 
PPTX
Webinar - Transforming Graphical Data
Larson Software Technology
 
PPTX
Compliant S1000D Illustrations NEW
Larson Software Technology
 
PDF
S1000D Illustrations whitepaper V2.0 2016
Larson Software Technology
 
PDF
CGM Studio Datasheet
Larson Software Technology
 
PPTX
Converting & Transforming Technical Graphics
Larson Software Technology
 
PDF
McLean Engineering Case Study
Larson Software Technology
 
PPTX
Compliant S1000D llustrations
Larson Software Technology
 
Talking Technical Illustration - Episode 2 - S1000D Illustrations
Larson Software Technology
 
Talking Technical illustration - Episode 1 - 3D data
Larson Software Technology
 
Larson 3D Product Strategy 2020
Larson Software Technology
 
Technical illustration - The Future Webinar
Larson Software Technology
 
S1000D Compliant Illustrations 2018 - Part 2
Larson Software Technology
 
Compliant S1000D illustrations 2018 - Part 1
Larson Software Technology
 
VizEx Edit Datasheet
Larson Software Technology
 
VizEx Transform Datasheet
Larson Software Technology
 
Webinar - Transforming Graphical Data
Larson Software Technology
 
Compliant S1000D Illustrations NEW
Larson Software Technology
 
S1000D Illustrations whitepaper V2.0 2016
Larson Software Technology
 
CGM Studio Datasheet
Larson Software Technology
 
Converting & Transforming Technical Graphics
Larson Software Technology
 
McLean Engineering Case Study
Larson Software Technology
 
Compliant S1000D llustrations
Larson Software Technology
 
Ad

Recently uploaded (20)

PDF
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
PDF
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
PDF
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
PDF
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
PDF
Adobe Premiere Pro Crack / Full Version / Free Download
hashhshs786
 
PDF
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
PPTX
Coefficient of Variance in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
PPTX
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
PDF
NEW-Viral>Wondershare Filmora 14.5.18.12900 Crack Free
sherryg1122g
 
PDF
Add Background Images to Charts in IBM SPSS Statistics Version 31.pdf
Version 1 Analytics
 
PPTX
Customise Your Correlation Table in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PDF
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
PDF
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
PDF
IObit Driver Booster Pro 12.4.0.585 Crack Free Download
henryc1122g
 
PPTX
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
PPTX
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
PPTX
Hardware(Central Processing Unit ) CU and ALU
RizwanaKalsoom2
 
PDF
MiniTool Power Data Recovery 8.8 With Crack New Latest 2025
bashirkhan333g
 
PPTX
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
Adobe Premiere Pro Crack / Full Version / Free Download
hashhshs786
 
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
Coefficient of Variance in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
NEW-Viral>Wondershare Filmora 14.5.18.12900 Crack Free
sherryg1122g
 
Add Background Images to Charts in IBM SPSS Statistics Version 31.pdf
Version 1 Analytics
 
Customise Your Correlation Table in IBM SPSS Statistics.pptx
Version 1 Analytics
 
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
IObit Driver Booster Pro 12.4.0.585 Crack Free Download
henryc1122g
 
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
Hardware(Central Processing Unit ) CU and ALU
RizwanaKalsoom2
 
MiniTool Power Data Recovery 8.8 With Crack New Latest 2025
bashirkhan333g
 
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 

VizEx View HTML5 Workshop

  • 1. Presenter Don Larson – CEO Moderator Dave Manock Technology Workshop VizEx View HTML5 February 23rd-25th 2016
  • 2. Workshop - VizEx View – CGM HTML5 • The muting and unmuting of delegates will be supervised by the the organizers • Live questions will be taken in Q&A • Please click the ‘Raise Hand’ button • You can also Post questions during webinar using Questions panel • If you experience problems when joining the webinar please use the questions function to communicate • VOIP is the recommended audio option • Handouts can be downloaded during the presentation • Audio Q&A sessions will be available during the presentation www.cgmlarson.com Copyright Larson Software Technology (c) 2016
  • 3. Agenda • Technology Introduction • VizEx View HTML5 Demonstration • Q&A • Implementation of the Product • Supporting Documentation (SDK) • Resources • Evaluation Program • Final Q&A session and Closing remarks www.cgmlarson.com Copyright Larson Software Technology (c) 2016
  • 4. Background (1) - Overview Computer Graphics Metafile ISO (International Organization for Standardization) standard for vector and composite vector/raster picture definition since 1987. HyperText Markup Language The cornerstone of the W3C's open web platform; a framework designed to foster innovation and develop the full potential the web has to offer. Web Graphics Library A JavaScript API for rendering interactive 3D computer graphics and 2D graphics within any compatible web browser without the use of plug-ins. www.cgmlarson.com Copyright Larson Software Technology (c) 2016
  • 5. Background (2) – HTML5 • HyperText Markup Language (HTML) • Core technology of the Internet used for structuring and presenting content on the World Wide Web • Not owned, non-proprietary • HTML5 adds many new syntactic features including: • <video>, <audio> and <canvas> elements • Additionally the integration of the SVG graphics format • The new features are primarily designed to enable multimedia delivery without using plug-ins • Device-independent design to work on broad array of devices PCs, smartphones and tablets • Introduces several application programming interfaces (APIs) for complex web applications www.cgmlarson.com Copyright Larson Software Technology (c) 2016
  • 6. Background (3) – WebGL • JavaScript API for rendering interactive 3D and 2D graphics • Designed and maintained by the non-profit Khronos Group • Completely integrated into all the web standards of the browser permitting GPU acceleration. • No plug-in required in a compatible web browser • WebGL is widely supported in modern browsers. www.cgmlarson.com Copyright Larson Software Technology (c) 2016
  • 7. • ActiveX weaknesses • Has to be installed on the target computer • Strongly criticized for security problems • ActiveX Browser Support • Microsoft Edge browser - Support dropped • Good indication the technology will phased out • Chrome and Firefox still support ActiveX • Future strategy unknown • A solution without the reliance on a plug-in will be beneficial New Technology ActiveX alternative? www.cgmlarson.com Copyright Larson Software Technology (c) 2016
  • 8. VizEx View HTML5 Live Demo www.cgmlarson.com Copyright Larson Software Technology (c) 2015
  • 9. How it works Code server (VizExView.js and License file) Hosted for evaluations on cgmlarson.com Desktop clients (Windows, Linux, Macs) Tablets (Android, iOS, Windows) Document server (html, cgms, images)
  • 10. • VizEx View HTML5 Evaluation page • Getting started document • API Document • Live Examples Getting Started
  • 11. Migrating ActiveX to HTML5 ActiveX HTML code: <HTML> <HEAD> </HEAD> <BODY> <OBJECT TYPE=“image/cgm “ ID="cgm" WIDTH=“100%" HEIGHT=“800" > <PARAM NAME="SRC" value="ALLELM01.cgm"> </OBJECT> </BODY> </HTML> HTML5 code : <!DOCTYPE html> <html> <head> </head> <body> <canvas id="cgm" width="100%" height=“800px"></canvs> <script> var Module = { canvas: document.getElementById('cgm') , src: ="ALLELM01.cgm"}; </script> <script src="http://www.cgmlarson.com/demos/jsViewer/VizExView.js"></script> </body> </html> * No changes to CGM is required
  • 12. Customizing the Toolbar <div class="toolbar" id="toolbar"> <img id="openfile" src="images/Open.png" alt="HTML5" onclick="document.getElementById('fileInput').click()“ title="Open a CGM file from your local machine." /> <img id="opennetfile" src="images/Net_open.png" alt="HTML5" onclick="Module.promptURLFile()“ title="Open a CGM file from the server" /> <img id="scale2fit" src="images/Scale_to_fit.png" alt="HTML5" onclick="getWebCGMDocument().setMapping(0)“ title="Scale to fit." /> <img id="scale2width" src="images/Scale_to_width.png" alt="HTML5" onclick="getWebCGMDocument().setMapping(1)“ title="Scale to width." /> <img id="scale2-100" src="images/Scale_to_100.png" alt="HTML5" onclick="getWebCGMDocument().setMapping(3)“ title="Scale to actual size." /> <img id="zoommode" src="images/Zoom_mode.png" alt="HTML5" onclick="getWebCGMDocument().setZoomPanMode(0)“ title="Zoom to selected rectangle." /> <img id="zoomin" src="images/Zoom_in.png" alt="HTML5" onclick="getWebCGMDocument().setZoomPanMode(2)“ title="Zoom in." /> <img id="zoomout" src="images/Zoom_out.png" alt="HTML5" onclick="getWebCGMDocument().setZoomPanMode(3)" title="Zoom out." /> <img id="panmode" src="images/Pan_mode.png" alt="HTML5" onclick="getWebCGMDocument().setZoomPanMode(1)“ title="Pan zoomed image." /> <img id="toggleHots" src="images/Show_hotspots.png" alt="HTML5" onclick="toggleHighlightsFunc()“ title="Toggle highlight on and off." /> <img id="about" src="images/About-trans.png" alt="HTML5" onclick="Module.about()“ title="Information about VizEx View HTML5." /> </div>
  • 14. • The benefits of the new technology are significant: • Full CGM support • Fast and quality rendering • No Plug-in required • No software installation required • Easily accessible • Configurable toolbar offering full control over the graphic display • S1000D and ATA iSpec 2200 compliant The Benefits www.cgmlarson.com Copyright Larson Software Technology (c) 2016
  • 15. • Join the program • High Level - Candidate Criteria: • Have a real-life application for technology implementation • Possess the expertise to implement • Designate Evaluation Contact person • Provide product feedback • Access to product developer Join the Evaluation Program www.cgmlarson.com Copyright Larson Software Technology (c) 2016
  • 16. • The new Larson technology will change the way CGM files are displayed on the web and IETP’s • ActiveX plug-in issues will be eliminated • IT departments will be your friend • Apply for the program and become part of the Evolution of CGM Viewing Q&A and Final remarks www.cgmlarson.com Copyright Larson Software Technology (c) 2016
  • 17. Closing Information Thank you for attending • Supporting Information • VizEx View - HTML5 Product Datasheet • CGM Infographic • www.slideshare.com/donlarson1 • Upcoming Larson Events • Webinar March 30th 11am Eastern • Previewing VizEdit Version 11.00 • New Drawing and CAD Import functions • Registration opening soon Follow Us www.cgmlarson.com Copyright Larson Software Technology (c) 2015