Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Topo > API/Runtime/CADKernel/Topo/FTopologicalFace
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalFace.h |
| Include | #include "Topo/TopologicalFace.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Topo/TopologicalFace.cpp |
void GetEdgeIndex
(
const FTopologicalEdge & Edge,
int32 & OutBoundaryIndex,
int32 & OutEdgeIndex
) const
Remarks
Finds the boundary containing the twin edge of Edge
Parameters
| Name | Description |
|---|---|
| Edge | |
| OutBoundaryIndex | the index of the boundary containing the twin edge |
| OutEdgeIndex | the index in the boundary of the twin edge |