Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms
References
| Module | GeometryAlgorithms |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/FTetWildWrapper.h |
| Include | #include "FTetWildWrapper.h" |
Syntax
struct FTetMeshParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bApplySizing | Whether to apply a sizing field, interpolated over a background tet mesh, to control edge lengths. | |
| bool | bCoarsen | Whether to coarsen the tet mesh result. | |
| bool | bExtractManifoldBoundarySurface | Whether to enforce that the output boundary surface should be manifold. (Only relevant if a final surface is extracted) | |
| bool | bInvertOutputTets | Whether to invert tets relative to what UE typically expects in the final output. | |
| bool | bSkipSimplification | Whether to skip the initial simplification step. | |
| double | EpsRel | Relative tolerance, controlling how closely the mesh must follow the input surface. | |
| double | IdealEdgeLength | Ideal edge length. | |
| int32 | MaxIts | Maximum number of optimization iterations. | |
| EFilterOutsideMethod | OutsideFilterMethod | ||
| TArray< FIntVector4 > | SizingFieldTets | ||
| TArray< double > | SizingFieldValues | ||
| TArray< FVector > | SizingFieldVertices | ||
| double | StopEnergy | Energy at which to stop optimizing tet quality and accept the result. |