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
We need to add a Rhino viewport to our WPF application in AutoCAD. Its easy enough, however there is one issue:
Rhino has to be launched at best, using WindowStyle.Hidden, as I assume the UI in Rhino must be loaded to use UI components.
While this isn't the end of the world, it causes two problems:
Slower start-up times.
The Rhino splash screen displays which we don't want to see.
We've found Rhino.UI.Dialogs.KillSplash() but this kicks in after a few seconds, meaning the splash screen still displays. We do not want the splash screen visible at all - similar to Rhino Inside Revit. And before you ask, we've used the same viewport control in Revit add-ins and it works just fine, so there must be a way of achieving the same result using Rhino in AutoCAD. Can you help?
The text was updated successfully, but these errors were encountered:
@kike-garbo
We need to add a Rhino viewport to our WPF application in AutoCAD. Its easy enough, however there is one issue:
WindowStyle.Hidden
, as I assume the UI in Rhino must be loaded to use UI components.While this isn't the end of the world, it causes two problems:
We've found
Rhino.UI.Dialogs.KillSplash()
but this kicks in after a few seconds, meaning the splash screen still displays. We do not want the splash screen visible at all - similar to Rhino Inside Revit. And before you ask, we've used the same viewport control in Revit add-ins and it works just fine, so there must be a way of achieving the same result using Rhino in AutoCAD. Can you help?The text was updated successfully, but these errors were encountered: