-
Notifications
You must be signed in to change notification settings - Fork 123
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
Unexpected behaviour after ActiveModel.SaveAs method calling #50
Comments
I don't get that issue. I select say a Boss inside a part, do SaveAs and it always saves all parts inside the assembly as STLs. Can you share your example file and exactly what it is you are clicking? |
How can I provide you a short video with repro steps? |
Just download a free screen capture https://screencast-o-matic.com |
@angelsix I've created a repository with a test plugin you can reproduce the error: I also have prepared a short video with repro steps: |
Thanks. I will look into this when I get time. Little busy now for good few days but will get around to it |
I've implemented SaveAs method to create a copy of the file for the following operations
Application.ActiveModel.SaveAs(tempFileLocation, options: SaveAsOptions.Silent | SaveAsOptions.Copy);
It works as expected with a part: if I select any details the file copy contains just them and it contains a whole model if particular details are not selected.
But in assembly case I got an unexpected behavior: If I try to select particular details (not parts) the file copy is not created. And the result is succesfull, it looks strange.
The text was updated successfully, but these errors were encountered: