Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/SmoothHoleFiller.h |
| Include | #include "Operations/SmoothHoleFiller.h" |
Syntax
struct FSmoothFillOptions
Remarks
Fill parameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bConstrainToHoleInterior | If this is true, we don't modify any triangles outside hole (often results in lower-quality fill) | |
| bool | bProjectDuringRemesh | Whether to use projection in the post-smooth remeshing | |
| double | FillDensityScalar | Controls the target edge length during remeshing. | |
| double | InteriorSmoothness | Controls the trade off between smoothness in the fill region vs faithfulness to the original fill surface. | |
| int | RemeshingExteriorRegionWidth | If we are not constraining remeshing to the fill interior, how many one-rings outside of the fill should we include in remeshing. | |
| int | SmoothingExteriorRegionWidth | Number of one-rings to include when smoothing the fill region. | |
| int | SmoothingInteriorRegionWidth | Smoothing constraint falloff region from border into the interior |