-
Notifications
You must be signed in to change notification settings - Fork 0
OLD NonManifoldObjects
Updated to 2.0 |
---|
Before you begin modeling always remember that, when you are modeling a Blender object
that needs to be voxelized, it is better to create a volume that make sense in a physical world: water-tight and well-formed so that BlenderFDS can decide which portion of space is solid and which is instead void.
The easiest way to do this is to work by extruding existing volume, and using boolean operations to combine volumes. It is often difficult to retrofit existing models, so it is best to start from scratch and with each step keep the goal in mind. Models made for visualization are often not good for voxelization.
New in 2.0: The new voxelization algorithm can treat both manifold and non-manifold objects |
---|
The new voxelization algorithm can treat both manifold and non-manifold objects, but exported geometries are more precise if their originating objects are manifold, that is water-tight and well-formed, so that BlenderFDS can decide which portion of space is solid and which is instead void. This is the reason why, if the object is non-manifold, a warning message is displayed.
We share this problem with people working in 3D printing processes. One of the best and detailed explications of the problem and how to fix it is found on Shapeways site: Fixing non-manifold models
The suggested operations can be performed directly inside Blender (Shapeways folks use Blender, too!).
When desperate there is another powerful but somewhat more complex tool: MeshLab. You need to export your object mesh
from Blender in STL format, fix it in MeshLab, and import it back into Blender: a procedure not meant for the faint of hearth...
Remember that it is often quicker to remodel the problematic object
from scratch.
The following picture shows a rotated cube. The cube lacks one face, and is thus non-manifold. If the user tries to set XB
to Voxels
, a warning message appears in the object properties panel
:
To fix it, the user clicks on the Select Non-Manifold Edges
button. Blender switches from Object mode
to Edit mode
and problematic edges are selected:
It is often better to first delete problematic vertices, edges, and faces, then rebuild them properly, especially if they are deeply hidden inside a complex solid. But in this simple case the user can just fill the missing face by pressing the f
key:
Then the user switches back to Object Mode
and the warning message disappears. It is time to check for voxelization quality.
The user clicks on the Show Voxels
button and this is what is obtained. The voxelized object seems good:
As already said, the new voxelization algorithm can treat non-manifold objects. In the previous simple case where one only face was missing, even if the geometry was not fixed, it could produce an as good voxelized object. This would be the result:
But if the originating object is badly non-manifold, like the following one where two faces are missing...
... the voxelization algorithm cannot produce an as good voxelized object: