-
Notifications
You must be signed in to change notification settings - Fork 32
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
Import simple convex stl file #4829
Comments
Quick ping @Benbenbenin0 - lmk when you have started on this and if you have any questions. Incidentally I suggest writing a test (see #4849) for this in parallel, since the GUI part is a bit more involved. |
Besides making edits to a previous PR this is my current issue I'm working on. I've familiarized a bit with the GUI code and am looking into writing the convexity test. |
If you mean you are writing your own code to test for the convexity of a polyhedron, that should not be necessary. The trimesh library does that work, which our tests should invoke. |
Right I realized I'm just using the trimesh repo after making the comment. I also grabbed the image from the branch you made (thank you), I have a branch for issue #4848. EDIT: Lost the remote version of my branch somehow, moving to the one you made. |
Issue merged into #4848 |
Build the basic import mechanism around a simple file such as
cube_1_mm.stl.txt
The text was updated successfully, but these errors were encountered: