FMeshBoundaryLoops::IsSimpleBowtieLoop

Static Utility functions that can be re-used in MeshRegionBoundaryLoops In all the functions below, the list loopV is assumed to possibly contain "removed" vertices indicated by -1.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "MeshBoundaryLoops.h"

Source

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

Syntax

static bool IsSimpleBowtieLoop
(
    const TArray< int > & LoopVerts,
    const TArray< int > & BowtieVerts,
    int BowtieVertex,
    int & start_i,
    int & end_i
)

Remarks

Static Utility functions that can be re-used in MeshRegionBoundaryLoops In all the functions below, the list loopV is assumed to possibly contain "removed" vertices indicated by -1. These are ignored.Check if the loop from bowtieV to bowtieV inside loopV contains any other bowtie verts. Also returns start and end indices in loopV of "clean" loop

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