Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/FIntrinsicTriangulation
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/IntrinsicTriangulationMesh.h |
| Include | #include "Operations/IntrinsicTriangulationMesh.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Operations/IntrinsicTriangulationMesh.cpp |
TArray < FIntrinsicTriangulation::FSurfacePoint > TraceEdge
(
int32 EID,
double CoalesceThreshold,
bool bReverse
) const
Array of FSurfacePoints relative to the ExtrinsicMesh that represent the specified intrinsic mesh edge. This is directed from vertex EdgeV.A to vertex EdgeV.B unless bReverse is true
Parameters
| Name | Description |
|---|---|
| CoalesceThreshold | in barycentric units [0,1], edge crossings with in this threshold are snapped to the nearest vertex. and any resulting repetitions of vertex surface points are replaced with a single vertex surface point. |
| bReverse | if true, trace edge from EdgeV.B to EdgeV.A |