FPlanarHoleFiller

Fill a set of boundary loops with planar surfaces. User must provide the triangulation function.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "Operations/PlanarHoleFiller.h"

Syntax

class FPlanarHoleFiller

Remarks

Fill a set of boundary loops with planar surfaces. User must provide the triangulation function.

Variables

Name Description

Public variable

FDynamicMesh3 &...

 

Mesh

Inputs

Public variable

TArray< int >

 

NewTriangles

Outputs

Public variable

TFunction< TArr...

 

PlanarTriangulationFunc

Public variable

FVector3d

 

PlaneNormal

Public variable

FVector3d

 

PlaneOrigin

Public variable

const TArray< T...

 

VertexLoops

Constructors

Name Description

Public function

FPlanarHoleFiller

(
    FDynamicMesh3* Mesh,
    const TArray< TArray< int >>* ...,
    TFunction< TArray< FIndex3i >(const...,
    FVector3d PlaneOrigin,
    FVector3d PlaneNormal
)

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

Destructors

Name Description

Public function Virtual

~FPlanarHoleFiller()

Functions

Name Description

Public function Virtual

bool

 

Fill

(
    int GroupID
)

Public function Virtual

EOperationVa...

 

Validate()

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