Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- USmoothHoleFillProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/HoleFillTool.h |
| Include | #include "HoleFillTool.h" |
Syntax
UCLASS ()
class USmoothHoleFillProperties : public UInteractiveToolPropertySet
Remarks
Properties. This class reflects the parameters in FSmoothFillOptions, but is decorated to allow use in the UI system.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bConstrainToHoleInterior | Allow smoothing and remeshing of triangles outside of the fill region | |
| bool | bProjectDuringRemesh | Whether to project to the original mesh during post-smooth remeshing. | |
| double | FillDensityScalar | Relative triangle density of fill region | |
| float | InteriorSmoothness | Desired Smoothness. This is not a linear quantity, but larger numbers produce smoother results | |
| meta | Number of vertex rings outside of the fill region to allow remeshing | ||
| int | SmoothingExteriorRegionWidth | Number of vertex rings outside of the fill region to perform smoothing | |
| int | SmoothingInteriorRegionWidth | Number of vertex rings away from the fill region boundary to constrain smoothing |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Set default property values. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UE::Geometry::FSmoothFillOptions |