You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The STL generated file for this polyhedron looks like this:
The red triangle should not be there. Otherwise, everything is fine.
Do I misuse the Polyhedron class, or is there an issue in its implementation ? (of course, using the
Extrude.points(...) method would be the right choice in that case, but I need to focus on Polyhedrons).
Regards
The text was updated successfully, but these errors were encountered:
Thank you for you comment. Can you clarify ? Is your question related to the way I construct the L shape ?
If yes, I am working on a 3D design software, which can save 3D model as "obj" or "stl" file.
So, I just add to take coordinates and faces indices from a generated file to write the provided sample java code.
On Thu, 9 May 2019, 02:27 karimall72, ***@***.***> wrote:
Thank you for you comment. Can you clarify ? Is your question related to
the way I construct the L shape ?
If yes, I am working on a 3D design software, which can save 3D model as
"obj" or "stl" file.
So, I just add to take coordinates and faces indices from a generated file
to write the provided sample java code.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#49 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGCXFJZ36ZOQE3SE6TT4BG3PUM5FBANCNFSM4FJ7ZBSA>
.
Hello,
I want to generate a simple polyhedron (L shape) with the following code:
The STL generated file for this polyhedron looks like this:
The red triangle should not be there. Otherwise, everything is fine.
Do I misuse the Polyhedron class, or is there an issue in its implementation ? (of course, using the
Extrude.points(...) method would be the right choice in that case, but I need to focus on Polyhedrons).
Regards
The text was updated successfully, but these errors were encountered: