Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FTopologicalEdge
Description
It can be linked to the edge if :
- they have the same length (5% or +/- EdgeLengthTolerance)
- they are ~tangent at their extremities i.e
| Name | IsLinkableTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalEdge.h |
| Include Path | #include "Topo/TopologicalEdge.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Topo/TopologicalEdge.cpp |
bool IsLinkableTo
(
const FTopologicalEdge & Edge,
double EdgeLengthTolerance
) const