-
Notifications
You must be signed in to change notification settings - Fork 195
FIX: added property file unit to import_3d model #6678
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6678 +/- ##
==========================================
+ Coverage 80.48% 82.65% +2.17%
==========================================
Files 244 244
Lines 77672 77672
==========================================
+ Hits 62511 64199 +1688
+ Misses 15161 13473 -1688 🚀 New features to boost your workflow:
|
merge_planar_faces : bool, optional | ||
Whether to merge planar faces during import. The default is ``True``. | ||
input_file_unit: str, optional | ||
Uinit for the stl file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo here: Unit
You could also explain what "Auto" options does
reduce_error=0, | ||
merge_planar_faces=True, | ||
merge_angle=0.02, | ||
input_file_unit="Auto", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo here: Unit
You could also explain what "Auto" options does
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would also rename the variable as simply : "units" It is more pythonic.
Description
Please provide a brief description of the changes made in this pull request.
Issue linked
Please mention the issue number or describe the problem this pull request addresses.
Checklist