Method With
With(Preprocessor?, int?, bool?, bool?, bool?, bool?, bool?, float?, float?, float?)
Returns a new Args but with changed selected parameter(s) values.
Declaration
public Args With(Preprocessor? preprocessor = null, int? sloanMaxIters = null, bool? autoHolesAndBoundary = null, bool? refineMesh = null, bool? restoreBoundary = null, bool? validateInput = null, bool? verbose = null, float? concentricShellsParameter = null, float? refinementThresholdAngle = null, float? refinementThresholdArea = null)
Parameters
Type |
Name |
Description |
Preprocessor? |
preprocessor |
|
int? |
sloanMaxIters |
|
bool? |
autoHolesAndBoundary |
|
bool? |
refineMesh |
|
bool? |
restoreBoundary |
|
bool? |
validateInput |
|
bool? |
verbose |
|
float? |
concentricShellsParameter |
|
float? |
refinementThresholdAngle |
|
float? |
refinementThresholdArea |
|
Returns