Struct Args
Native correspondence to TriangulationSettings.
Inherited Members
Namespace: andywiecko.BurstTriangulator.LowLevel.Unsafe
Assembly: .dll
Syntax
public readonly struct Args
Constructors
Name | Description |
---|---|
Args(Preprocessor, int, bool, bool, bool, bool, bool, float, float, float) | Constructs a new Args. |
Fields
Name | Description |
---|---|
AutoHolesAndBoundary | |
ConcentricShellsParameter | |
Preprocessor | |
RefineMesh | |
RefinementThresholdAngle | |
RefinementThresholdArea | |
RestoreBoundary | |
SloanMaxIters | |
ValidateInput | |
Verbose |
Methods
Name | Description |
---|---|
Default(Preprocessor, int, bool, bool, bool, bool, bool, float, float, float) | Construct Args with default values (same as TriangulationSettings defaults). |
With(Preprocessor?, int?, bool?, bool?, bool?, bool?, bool?, float?, float?, float?) | Returns a new Args but with changed selected parameter(s) values. |
Operators
Name | Description |
---|---|
implicit operator Args(TriangulationSettings) |