enum
ERemeshingMode
RemeshingMode defines if the remeshing processor remeshes the outside or the inside of the input geometry. MergeDistance / MergeBoldness only works with the ERemeshingMode::Outside.
Values
Key | Value | Comment |
Outside | 0 | Automatically remeshes the outside of the geometry. |
Inside | 1 | Automatically remeshes the largest inside space of the geometry |
Manual | 2 | User defines a position in space that will be considered as outside for the purposes of the remeshing. These position values can be set via global settings (RemeshingModeManualPositionX/Y/Z). If global settings are not set, this will fallback to ERemeshingMode::Outside. |
Key | Value | Comment |
Outside | 0 | Automatically remeshes the outside of the geometry. |
Inside | 1 | Automatically remeshes the largest inside space of the geometry |
Manual | 2 | User defines a position in space that will be considered as outside for the purposes of the remeshing. These position values can be set via global settings (RemeshingModeManualPositionX/Y/Z). If global settings are not set, this will fallback to ERemeshingMode::Outside. |
Key | Value | Comment |
ERemeshingMode_Outside | 0 | Automatically remeshes the outside of the geometry. |
ERemeshingMode_Inside | 1 | Automatically remeshes the largest inside space of the geometry |
ERemeshingMode_Manual | 2 | User defines a position in space that will be considered as outside for the purposes of the remeshing. These position values can be set via global settings (RemeshingModeManualPositionX/Y/Z). If global settings are not set, this will fallback to ERemeshingMode::Outside. |