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
Unfortunately, when exporting a segmentation as a .stl surface mesh, the normal vector that defines the "inside" and "outside" of the faces of the mesh is backwards. This leads to some weird compatibility issues when trying to read the files in other programs like GMSH.
This can be visualised in Blender.
File > Import > file.stl
Select "Show Overlays" in the top right corner of the window (the icon is two circles and not visible in edit mode), then check the "face orientation" box.
All of the red faces should be on the inside of the mesh.
Here is what it should look like: (fixed in Blender)
Thank you!
The text was updated successfully, but these errors were encountered:
(Running ITKSnap Version 4.2.2 on Windows)
Unfortunately, when exporting a segmentation as a .stl surface mesh, the normal vector that defines the "inside" and "outside" of the faces of the mesh is backwards. This leads to some weird compatibility issues when trying to read the files in other programs like GMSH.
This can be visualised in Blender.
![image](https://private-user-images.githubusercontent.com/188916437/401339514-811fc0fe-8860-4299-b3a3-1aa250171dbd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Nzc3MzQsIm5iZiI6MTczODk3NzQzNCwicGF0aCI6Ii8xODg5MTY0MzcvNDAxMzM5NTE0LTgxMWZjMGZlLTg4NjAtNDI5OS1iM2EzLTFhYTI1MDE3MWRiZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQwMTE3MTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kNDAzODlmNGNiM2NjMWZhZmQ5ZGE4ODAwZmI3NWE4MGMyOWE1NmY3ZGI2OGFkMzYzZmMyODFiM2M2ZTBlZDNlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.QPPt2QB0tfnKRXd5vom8b37q86wZ_gB5wJWftqJAhC4)
File > Import > file.stl
Select "Show Overlays" in the top right corner of the window (the icon is two circles and not visible in edit mode), then check the "face orientation" box.
All of the red faces should be on the inside of the mesh.
Here is what it should look like: (fixed in Blender)
![image](https://private-user-images.githubusercontent.com/188916437/401339677-8d505428-2621-4c97-82e6-72e136deacdb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Nzc3MzQsIm5iZiI6MTczODk3NzQzNCwicGF0aCI6Ii8xODg5MTY0MzcvNDAxMzM5Njc3LThkNTA1NDI4LTI2MjEtNGM5Ny04MmU2LTcyZTEzNmRlYWNkYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQwMTE3MTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03MDQyMGY3ZmZjMTNmZDM3N2E1ZTQ4YTA5MTc3YzQ5MGI0MTk3YjAzMzg0ZjhkYjhlNjkwZTljOWRkOTQ0OWY2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9._KqVRCMTKJav2TqCbi37f2KinvwhjYtbfTWdHXDV9N8)
Thank you!
The text was updated successfully, but these errors were encountered: