Constructor Args
Args(Preprocessor, int, bool, bool, bool, bool, bool, bool, bool, bool, bool, float, float, float, float)
Constructs a new Args.
Declaration
public Args(Preprocessor preprocessor, int sloanMaxIters, bool autoHolesAndBoundary, bool refineMesh, bool restoreBoundary, bool validateInput, bool verbose, bool useAlphaShapeFilter, bool alphaShapeProtectPoints, bool alphaShapePreventWindmills, bool alphaShapeProtectConstraints, float concentricShellsParameter, float refinementThresholdAngle, float refinementThresholdArea, float alpha)
Parameters
Type | Name | Description |
---|---|---|
Preprocessor | preprocessor | |
int | sloanMaxIters | |
bool | autoHolesAndBoundary | |
bool | refineMesh | |
bool | restoreBoundary | |
bool | validateInput | |
bool | verbose | |
bool | useAlphaShapeFilter | |
bool | alphaShapeProtectPoints | |
bool | alphaShapePreventWindmills | |
bool | alphaShapeProtectConstraints | |
float | concentricShellsParameter | |
float | refinementThresholdAngle | |
float | refinementThresholdArea | |
float | alpha |