FPlanarHoleFiller::FPlanarHoleFiller

Construct simple hole filler (just adds a central vertex and a triangle fan)

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "Operations/PlanarHoleFiller.h"

Syntax

FPlanarHoleFiller
(
    FDynamicMesh3 * Mesh,
    const TArray< TArray< int >> * VertexLoops,
    TFunction< TArray< FIndex3i >(const FGeneralPolygon2d &)> PlanarTriangulationFunc,
    FVector3d PlaneOrigin,
    FVector3d PlaneNormal
)

Remarks

Construct simple hole filler (just adds a central vertex and a triangle fan)

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