Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Operations
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Operations/EmbedSurfacePath.h |
| Include | #include "Operations/EmbedSurfacePath.h" |
Syntax
struct FMeshSurfacePoint
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector3d | BaryCoord | ||
| int | ElementID | ||
| ESurfacePointType | PointType |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeshSurfacePoint
(
int VertexID |
|||
FMeshSurfacePoint
(
int TriangleID, |
|||
FMeshSurfacePoint
(
int EdgeID, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector3d | Pos
(
const FDynamicMesh3* Mesh |