We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cadquery and solidpython .stl output files are generally much bigger than trimesh. This is due to the different default accuracy settings.
Particularly,
It can be seen by visual inspection that this is related to different accuracy on the output shape. Similar differences are visible for 'rndrod'.
This results in an overall file size of the default output of:
I think we should try to reduce accuracy for solidpython and cadquery.
The text was updated successfully, but these errors were encountered:
this can now routinely be checked looking at test_report.csv and/or test_report.xlsx, following this commit bat52@364168c
Sorry, something went wrong.
bguan
No branches or pull requests
cadquery and solidpython .stl output files are generally much bigger than trimesh. This is due to the different default accuracy settings.
Particularly,
It can be seen by visual inspection that this is related to different accuracy on the output shape.
Similar differences are visible for 'rndrod'.
This results in an overall file size of the default output of:
I think we should try to reduce accuracy for solidpython and cadquery.
The text was updated successfully, but these errors were encountered: