Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FTopologicalEdge
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FTopologicalVertex > GetOtherVertex
(
const TSharedRef< FTopologicalVertex >& Vertex |
Topo/TopologicalEdge.h | ||
FTopologicalVertex * GetOtherVertex
(
FTopologicalVertex& Vertex |
Topo/TopologicalEdge.h | ||
const FTopologicalVertex * GetOtherVertex
(
const FTopologicalVertex& Vertex |
Topo/TopologicalEdge.h | ||
const TSharedPtr< FTopologicalVertex > GetOtherVertex
(
const TSharedRef< FTopologicalVertex >& Vertex |
Topo/TopologicalEdge.h |
GetOtherVertex(const TSharedRef< FTopologicalVertex > &)
| Name | GetOtherVertex |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalEdge.h |
| Include Path | #include "Topo/TopologicalEdge.h" |
TSharedPtr < FTopologicalVertex > GetOtherVertex
(
const TSharedRef < FTopologicalVertex > & Vertex
)
GetOtherVertex(FTopologicalVertex &)
| Name | GetOtherVertex |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalEdge.h |
| Include Path | #include "Topo/TopologicalEdge.h" |
FTopologicalVertex * GetOtherVertex
(
FTopologicalVertex & Vertex
)
GetOtherVertex(const FTopologicalVertex &)
| Name | GetOtherVertex |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalEdge.h |
| Include Path | #include "Topo/TopologicalEdge.h" |
const FTopologicalVertex * GetOtherVertex
(
const FTopologicalVertex & Vertex
) const
GetOtherVertex(const TSharedRef< FTopologicalVertex > &)
| Name | GetOtherVertex |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalEdge.h |
| Include Path | #include "Topo/TopologicalEdge.h" |
const TSharedPtr < FTopologicalVertex > GetOtherVertex
(
const TSharedRef < FTopologicalVertex > & Vertex
) const