Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMeshBoundaryLoops
Description
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 Note that start may be < end, if the "clean" loop wraps around the end
| Name | IsSimpleBowtieLoop |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/MeshBoundaryLoops.h |
| Include Path | #include "MeshBoundaryLoops.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/MeshBoundaryLoops.cpp |
static bool IsSimpleBowtieLoop
(
const TArray < int > & LoopVerts,
const TArray < int > & BowtieVerts,
int BowtieVertex,
int & start_i,
int & end_i
)