Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FTopologicalEdge
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector GetTangentAt
(
const double InCoordinate |
Topo/TopologicalEdge.h | ||
FVector GetTangentAt
(
const FTopologicalVertex& InVertex |
Return the tangent at the input vertex | Topo/TopologicalEdge.h |
GetTangentAt(const double)
| Name | GetTangentAt |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalEdge.h |
| Include Path | #include "Topo/TopologicalEdge.h" |
FVector GetTangentAt
(
const double InCoordinate
) const
GetTangentAt(const FTopologicalVertex &)
Description
Return the tangent at the input vertex
| Name | GetTangentAt |
| 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 |
FVector GetTangentAt
(
const FTopologicalVertex & InVertex
)