enum ERemeshingMode
 RemeshingMode defines if the remeshing processor remeshes the outside or the inside of the input geometry. MergeDistance / MergeBoldness only works with the RemeshingMode: 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. Position is set with RemeshingModeManualPosition | 
 | 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. Position is set with RemeshingModeManualPosition | 
 | 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. Position is set with RemeshingModeManualPosition |