Autodesk-Forge / viewer-react-express-headless

Headless viewer: Creates a custom Viewer GUI using react-express
https://viewer-rocks.autodesk.io/
MIT License
103 stars 48 forks source link

.dwg support #65

Closed oguzhannkayaa closed 1 year ago

oguzhannkayaa commented 1 year ago

Is there dwg support in application and also drag and drop parts?

petrbroz commented 1 year ago

In general, the Viewer SDK does support DWG through the Model Derivative service (here's a list of all supported formats), and it also lets you customize the viewer behavior to add support for drag&drop (blog).