Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FEdgeLoop
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/EdgeLoop.h |
| Include | #include "EdgeLoop.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/EdgeLoop.cpp |
bool IsBoundaryLoop
(
const FDynamicMesh3 * TestMesh
) const
true if all edges of this loop are boundary edges
Parameters
| Name | Description |
|---|---|
| TestMesh | use this mesh instead of the internal Mesh pointer |