Import geometry
#2425
-
Hi, Question: how can I import a geometry from a stl or vtk file for analysis? |
Beta Was this translation helpful? Give feedback.
Answered by
jgostick
May 11, 2022
Replies: 1 comment 1 reply
-
I will need a bit more context. I think you are referring to a 3D geometry like something you'd use for 3D printing. This is not really compatible with Openpnm. The only way to get this into openpnm would be to convert your STL into a voxel image, the use porespy to extract a network from the image, THEN you can open it in openpnm. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thsmit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I will need a bit more context. I think you are referring to a 3D geometry like something you'd use for 3D printing. This is not really compatible with Openpnm. The only way to get this into openpnm would be to convert your STL into a voxel image, the use porespy to extract a network from the image, THEN you can open it in openpnm.