Skip to content
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

Open
doronkind opened this issue Jul 24, 2018 · 5 comments
Open

Unexpected behaviour after ActiveModel.SaveAs method calling #50

doronkind opened this issue Jul 24, 2018 · 5 comments

Comments

@doronkind
Copy link

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.

image

image

image

image

@angelsix
Copy link
Owner

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?

@doronkind
Copy link
Author

How can I provide you a short video with repro steps?

@angelsix
Copy link
Owner

Just download a free screen capture https://screencast-o-matic.com

@doronkind
Copy link
Author

@angelsix I've created a repository with a test plugin you can reproduce the error:
https://github.com/doronkind/sw-addin-file-access-error

I also have prepared a short video with repro steps:
https://screencast-o-matic.com/watch/cFitQgFLjj

@angelsix
Copy link
Owner

Thanks. I will look into this when I get time. Little busy now for good few days but will get around to it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants