ng2-adsk-forge-viewer icon indicating copy to clipboard operation
ng2-adsk-forge-viewer copied to clipboard

Angular wrapper for the Autodesk Forge Viewer.

Results 10 ng2-adsk-forge-viewer issues
Sort by recently updated
recently updated
newest added

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,...

enhancement

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `postcss` from 8.4.16 to 8.4.31 Release notes Sourced from postcss's releases. 8.4.31 Fixed...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

**Is your feature request related to a problem? Please describe.** Due to the HttpClientModule import in the ViewerModule, app lazy-loaded modules that include ViewerModule get a different instance of HttpClient...

Will offline mode be supported like the followings: https://forge.autodesk.com/blog/disconnected-workflows

enhancement

Hi, I 'm using your viewer component and I like it very much. But I do have one question. How can I load an extension(difftool) that requires a config class?...

**Is your feature request related to a problem? Please describe.** I'm trying to create a `tool` class which extends `Autodesk.Viewing.ToolInterface` like this: ``` export class MyTool extends Autodesk.Viewing.ToolInterface { }...

Hi team, How can i get viewer class to use for another component? I want another component has a function to change model in Viewer, so i need that class...

question

Hello, we don't understand how to create a custom properties panel inside a custom Extension. It seems that the PropertyPanel is not present in the nd2-adsk-forge-viewer wrapper. Is there any...

question

Can you share some advanced examples? i.e.: - using a request parameter, how to search inside a metadata to open in a specific point of view? - how to see...

question