Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FTopologicalEdge
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetTangentsAtExtremities
(
FVector& StartTangent, |
Topo/TopologicalEdge.h | ||
void GetTangentsAtExtremities
(
FVector& StartTangent, |
Topo/TopologicalEdge.h |
GetTangentsAtExtremities(FVector &, FVector &, bool)
| Name | GetTangentsAtExtremities |
| 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 GetTangentsAtExtremities
(
FVector & StartTangent,
FVector & EndTangent,
bool bForward
) const
GetTangentsAtExtremities(FVector &, FVector &, EOrientation)
| Name | GetTangentsAtExtremities |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalEdge.h |
| Include Path | #include "Topo/TopologicalEdge.h" |
void GetTangentsAtExtremities
(
FVector & StartTangent,
FVector & EndTangent,
EOrientation Orientation
) const