52
Views
4
Comments
How to preview a CAD file

Hi,
   I need to preview CAD files(example file formats- AutoCAD® DWG, DXF, DWF, HPGL, PLT) whether it can be saved either in external database or Outsystems database. I can find some Reactive forge components to preview only for pdf, doc, txt. Is there any forge component available or how can I do this in ousystems.

2019-01-07 16-04-16
Siya
 
MVP

Please see if this helps : https://sharecad.org/home/OnlinePlugin

UserImage.jpg
Annie Bibiana Yesudass

Hi @Siya,
               Thank You Siya, this plugin works only for dwg file format. I am trying for .fbx file format. Is there any other online plugin or iframe available.


2024-10-03 06-54-46
PRAVEEN RAJKUMAR

@Annie Bibiana Yesudass Use Autodesk Forge API to upload your CAD files. You might need to create a custom OutSystems module to handle file uploads and API interactions. After uploading, get a viewer URL or token from Autodesk Forge. Use an iframe or a web block to embed the viewer in your OutSystems application.

2022-12-30 07-28-09
Navneet Garg

You can use https://www.creators3d.com/online-viewer or https://3dviewer.net/#model=assets/models/Y_Bot.fbx in iframe

There are open source option also available which you can host on your server and use in OutSystems.


https://github.com/kovacsv/Online3DViewer

You can try these following forge component  as well

https://www.outsystems.com/forge/component-overview/14942/3d-stl-viewer-o11 

https://www.outsystems.com/forge/component-overview/7173/reactivewebgl-o11

https://www.outsystems.com/forge/component-overview/13851/3dviewer-o11

https://www.outsystems.com/forge/component-overview/17575/threejs-o11

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.