Settings for the mesh to volume command MESHTOVOLUME. VOLUMECOMMANDTYPE
Enumerations | |
enum class | MESHTOVOLUMESETTINGS { NONE , GRIDSIZE , BANDWIDTH_INTERIOR , BANDWIDTH_EXTERIOR , USE_POINTS , RADIUS , UNSIGNED_DISTANCE_FIELD } |
Functions | |
enum MESHTOVOLUMESETTINGS | MAXON_ENUM_LIST (MESHTOVOLUMESETTINGS) |
|
strong |
Enumerator | |
---|---|
NONE | |
GRIDSIZE | Float Grid voxel cube size. |
BANDWIDTH_INTERIOR | Int32 Voxel Bandwidth amount around the mesh interior. |
BANDWIDTH_EXTERIOR | Int32 Voxel Bandwidth amount around the mesh exterior. |
USE_POINTS | Bool Use the vertices of the Mesh as particles for SDF construction. |
RADIUS | Float Radius for particle SDF construction if USE_POINTS is true. |
UNSIGNED_DISTANCE_FIELD | Bool If true an unsigned distance field is created instead of a signed distance field. |
enum MESHTOVOLUMESETTINGS MAXON_ENUM_LIST | ( | MESHTOVOLUMESETTINGS | ) |