Hi Team, I'm trying to add multi models in one Viewer, but the component not Public the Autodesk.Viewing.Document in ViewerInitializedEvent
export interface ViewerInitializedEvent {
viewerComponent: ViewerComponent;
viewer: Autodesk.Viewing.Viewer3D;
}
So, I can't using Autodesk.Viewing.Document.load method to custom the Geometry (globalOffset) of models before load it in Viewer. I think this will give you an idea for the next version.
https://forge.autodesk.com/blog/aggregate-multi-models-sequence-forge-viewer
Kind regards π
Hi Team, I'm trying to add multi models in one Viewer, but the component not Public the Autodesk.Viewing.Document in ViewerInitializedEvent
export interface ViewerInitializedEvent {
viewerComponent: ViewerComponent;
viewer: Autodesk.Viewing.Viewer3D;
}
So, I can't using Autodesk.Viewing.Document.load method to custom the Geometry (globalOffset) of models before load it in Viewer. I think this will give you an idea for the next version.
https://forge.autodesk.com/blog/aggregate-multi-models-sequence-forge-viewer
Kind regards π