Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FTopologicalEdge
Description
Link two edges. Two edges can be linked if :
- Their extremities coincide following SquareJoiningTolerance's criteria,
- They are linkable ( This step must be done when the loop is finalize because in some case edges can be delete, split, extend... to avoid problems
| Name | LinkIfCoincident |
| 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 |
void LinkIfCoincident
(
FTopologicalEdge & OtherEdge,
double EdgeLengthTolerance,
double SquareJoiningTolerance
)