FDynamicMesh3::FlipEdge

Flip/Rotate an edge of the mesh.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/DynamicMesh3.h

Include

#include "DynamicMesh3.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/DynamicMesh3_Edits.cpp

Syntax

virtual EMeshResult FlipEdge
(
    int EdgeAB,
    FEdgeFlipInfo & FlipInfo
)

Remarks

Flip/Rotate an edge of the mesh. This does not change the number of edges, vertices, or triangles. Boundary edges of the mesh cannot be flipped.

Returns

Ok on success, or enum value indicates why operation cannot be applied. Mesh remains unmodified on error.

Parameters

Parameter

Description

EdgeAB

index of edge to be flipped

FlipInfo

returned information about new and modified mesh elements

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