FMeshSelfCut

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "Operations/MeshMeshCut.h"

Syntax

class FMeshSelfCut

Variables

Name Description

Public variable

bool

 

bCutCoplanar

If true, detect coplanar faces and re-triangulate so that the triangulations match 1:1 (TODO: not implemented!)

Public variable

bool

 

bTrackInsertedVertices

If true, record vertex insertions

Public variable

FDynamicMesh3 &...

 

Mesh

InputsMesh to cut

Public variable

double

 

SnapTolerance

Tolerance distance for considering a point to be on a vertex, edge or plane

Public variable

TArray< int >

 

VertexChains

Outputs Packed chains of vertex IDs, representing the vertices for each segment in the mesh Packed as the number of vertices in that chain, followed by that many vertex ids, per segment NOT 1:1 w/ segments; some segments may have failed to insert

Constructors

Name Description

Public function

FMeshSelfCut

(
    FDynamicMesh3* Mesh
)

Functions

Name Description

Public function

bool

 

Cut

(
    const MeshIntersection::FIntersecti...
)

Split mesh along the provided intersections

Public function

void

 

ResetOutputs()

Public function

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