|
Lagrange
|
Mesh to volume conversion options. More...
#include <lagrange/volume/mesh_to_volume.h>
Public Types | |
| enum class | Sign { FloodFill , WindingNumber } |
| Available methods to compute the sign of the distance field (i.e. More... | |
Public Attributes | |
| double | voxel_size = -0.01 |
| Grid voxel size. | |
| Sign | signing_method = Sign::FloodFill |
| Method used to compute the sign of the distance field that determines interior voxels. | |
Mesh to volume conversion options.
|
strong |
| double voxel_size = -0.01 |
Grid voxel size.
If the target voxel size is too small, an exception will will be raised. A negative value is interpreted as being relative to the mesh bbox diagonal.