Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FTopologicalEdge
Description
Extend the Edge to the NewVertex. NewVertex become the new extremity of the edge. The old vertex is unconnected of the edge.
| Name | ExtendTo |
| 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 ExtendTo
(
bool bStartExtremity,
const FVector2d & NewExtremityCoordinate,
TSharedRef < FTopologicalVertex > & NewVertex
)