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.
Please see if this helps : https://sharecad.org/home/OnlinePlugin
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.
@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.
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