Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Topo > API/Runtime/CADKernel/Topo/FTopologicalEdge
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalEdge.h |
| Include | #include "Topo/TopologicalEdge.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Topo/TopologicalEdge.cpp |
FTopologicalVertex * SplitAt
(
double SplittingCoordinate,
const FPoint & NewVertexCoordinate,
bool bKeepStartVertexConnectivity,
TSharedPtr < FTopologicalEdge > & OutNewEdge
)
Remarks
Split the edge at input coordinate. The initial edge will be used for the first edge, the second edge will be return.
Parameters
| Name | Description |
|---|---|
| SplittingCoordinate | |
| NewVertexCoordinate | |
| bKeepStartVertexConnectivity | if true the new edge is connected to endVertex, otherwise the new edge is connected to start vertex |
| OutNewEdge, the | second edge |