-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
How to use numpy to build a stl file? #89
Comments
The question is a bit similar to this one: #19 (comment) Specifically:
|
Thank you for answer my question! But I have no idea to decide a good triangulated data. I had tried this way to build a 3D model:https://stackoverflow.com/questions/29800749/delaunay-triangulation-of-points-from-2d-surface-in-3d-with-python.
But it will have a big hole througt my model..... |
It's outside of my expertise to be honest... some form of triangulation is the answer but which method works best for your purpose is something I don't know. |
There are many, many ways of doing the triangulation. I remember some software spitting out the scanned surface triangulated, but then having a non-closed backside; so there is going to be chances of holes and other imperfections which you will need to fix anyway. Maybe this paper will help you to get started. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I have 3 numpy:x、y、z
I want to used them to build a 3D stl model
How can I do?
I had tried used the tutorial on the homepage:"Creating Mesh objects from a list of vertices and faces"
and I also read #19 .
But I still have no idea...
This is my code :
And here is my x、y、 z
xyz.zip
Please help me....
The text was updated successfully, but these errors were encountered: