Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FTopologicalEdge
Description
Merge successive edges of a face in a single edge. Edges must not be topological linked to other faces i.e. edges must be border edges The merged edges are deleted
| Name | CreateEdgeByMergingEdges |
| 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 |
static TSharedPtr < FTopologicalEdge > CreateEdgeByMergingEdges
(
const double SmallEdgeTolerance,
TArray < FOrientedEdge > & Edges,
const TSharedRef < FTopologicalVertex > & StartVertex,
const TSharedRef < FTopologicalVertex > & EndVertex
)
TSharedPtr