FMeshPlaneCut::SplitEdgesOnly

Compute the plane cut by splitting mesh edges that cross the cut plane, and then optionally update groups

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "Operations/MeshPlaneCut.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/Operations/MeshPlaneCut.cpp

Syntax

virtual bool SplitEdgesOnly
(
    bool bAssignNewGroups
)

Remarks

Compute the plane cut by splitting mesh edges that cross the cut plane, and then optionally update groups

Returns

true if operation succeeds

Parameters

Parameter

Description

bAssignNewGroups

if true, update group IDs such that each group-connected-component on either side of the cut plane is assigned a new unique group ID

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