Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMesh3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the vertex pair for an edge | DynamicMesh/DynamicMesh3.h | ||
bool GetEdgeV
(
int EdgeID, |
Get the vertex positions of an edge | DynamicMesh/DynamicMesh3.h |
GetEdgeV(int)
Description
Get the vertex pair for an edge
| Name | GetEdgeV |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include Path | #include "DynamicMesh/DynamicMesh3.h" |
FIndex2i GetEdgeV
(
int EdgeID
) const
GetEdgeV(int, FVector3d &, FVector3d &)
Description
Get the vertex positions of an edge
| Name | GetEdgeV |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include Path | #include "DynamicMesh/DynamicMesh3.h" |
bool GetEdgeV
(
int EdgeID,
FVector3d & a,
FVector3d & b
) const