FSmoothFillOptions

Fill parameters

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Operations/SmoothHoleFiller.h

Include

#include "Operations/SmoothHoleFiller.h"

Syntax

struct FSmoothFillOptions

Remarks

Fill parameters

Variables

Name Description

Public variable

bool

 

bConstrainToHoleInterior

If this is true, we don't modify any triangles outside hole (often results in lower-quality fill)

Public variable

bool

 

bProjectDuringRemesh

Whether to use projection in the post-smooth remeshing

Public variable

double

 

FillDensityScalar

Controls the target edge length during remeshing.

Public variable

double

 

InteriorSmoothness

Controls the trade off between smoothness in the fill region vs faithfulness to the original fill surface.

Public variable

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.

Public variable

int

 

SmoothingExteriorRegionWidth

Number of one-rings to include when smoothing the fill region.

Public variable

int

 

SmoothingInteriorRegionWidth

Smoothing constraint falloff region from border into the interior

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss