-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ViewportControl and floating window #249
Comments
I don't understand this bug report. Could you elaborate on what the issue is? |
Yes of course, when we open a Rhino file saved without floating windows in a ViewportControl, it defines its own event handler when we open a Rhino file saved with floating windows in a ViewportControl it defines its own event handler, and, it opens a floating window at the dimensions save in the file.
ViewportControl Should Not Open Floating Windows. |
@corbane Do you still have the code? /!\ Edit, after having loaded the file, run this command |
Hello @tongbong, I have a doubt with In the screenshot you can see a classic "Windows.Forms" that embed When we open a Rhino file in this standalone ViewportControl. |
Thanks @corbane for reacting quickly. I understand that in your case the floating viewport is saved inside the file. In my case, I am looking for a full featured 3D viewer with a strong 3D geometric kernel to display data inside a standalone application. And I see Rhino Inside as a promising package. |
I am experimenting RhinoInside with the WinFormsApp example.
The RhinoWindows.Forms.Controls.ViewportControl behaves unexpectedly.
It opens floating windows saved in the file.
Being able to have floating windows is good enough, but it uses the inputs entry as Rhino.
We can select an object with a left click and translation comes with ctrl/right click.
The text was updated successfully, but these errors were encountered: