You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I try to instance a new InteractiveClipping i get the TypeError: _xbim_viewer__WEBPACK_IMPORTED_MODULE_1__.InteractiveClipping is not a constructor
error, how I can instance a new InteractiveClipping? For other plugins like NavigationCube and LoaderOverlay I've done it like new NavigationCube()
and I had no problems
Many Thanks
The text was updated successfully, but these errors were encountered:
This means Xbim.IO.Esent can be referenced by netcore projects. This will enable IfcStore to use the HeuristicModelProvider in netcore apps.
Note: Microsoft have republished ManagedEsent under a different nuget Package for 2.0.1+ no longer seem to strong name sign. Equally the new ManagedEsent component only supports net47+
As such I took the decision to use the 'legacy' 1.9.4 Esent for net4[567] and the new 2.0.1 for netstandard (and where the output is unsigned)
Whenever I try to instance a new InteractiveClipping i get the
TypeError: _xbim_viewer__WEBPACK_IMPORTED_MODULE_1__.InteractiveClipping is not a constructor
error, how I can instance a new InteractiveClipping? For other plugins like NavigationCube and LoaderOverlay I've done it like
new NavigationCube()
and I had no problems
Many Thanks
The text was updated successfully, but these errors were encountered: