Method Default
Default(Preprocessor, int, bool, bool, bool, bool, bool, float, float, float)
Declaration
public static Args Default(Preprocessor preprocessor = Preprocessor.None, int sloanMaxIters = 1000000, bool autoHolesAndBoundary = false, bool refineMesh = false, bool restoreBoundary = false, bool validateInput = true, bool verbose = true, float concentricShellsParameter = 0.001, float refinementThresholdAngle = 0.08726646, float refinementThresholdArea = 1)
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