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

Loading extension with configuration

Open JosipSkopljak opened this issue 3 years ago • 0 comments

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?

I cant register it on ViewerScriptsLoaded since I need the loaded models in the config files. If I load the extension on the geometry loaded event I get a leaking viewer error (errorcode 14) with event.target.loadextension(). Is there something I m missing? I can provide some code if I m not making sense.

King regards, Josip

JosipSkopljak avatar Oct 13 '21 18:10 JosipSkopljak