Navigation
API > API/Runtime > API/Runtime/CADKernel
Classes
| Type | Name | Description | |
|---|---|---|---|
| FDichotomyFinder | |||
| FIndexOfCoordinateFinder | Finder of the index of the segment of the polyline coordinates containing the input coordinate This abstract class return the lower index of the segment i.e. InPolylineCoordinates[OutIndex] <= InCoordinate <= InPolylineCoordinates[OutIndex + 1] As input coordinates are increasing, the algorithme is optimize by restarting form the last coordinate found. | ||
| FLinearFinder | |||
| TCache |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | UE::CADKernel::Utils::EscapeBackSlashes
(
const FString& InputString |
||
| void | UE::CADKernel::Utils::Explode
(
const FString& FullString, |
||
| void | UE::CADKernel::Utils::RemoveUnwantedChar
(
FString& String, |
||
| FString | UE::CADKernel::Utils::ToFString
(
const char* Text |
||
| FString | UE::CADKernel::Utils::ToFString
(
const double& Value |
||
| FString | UE::CADKernel::Utils::ToFString
(
const int32& Value |
||
| FString | UE::CADKernel::Utils::ToFString
(
const uint32& Value |
||
| FString | UE::CADKernel::Utils::ToFString
(
const bool& Value |
||
| FString | UE::CADKernel::Utils::ToFString
(
const FPoint& p |
||
| std::string | UE::CADKernel::Utils::ToString
(
const TCHAR* WideString |
||
| std::string | UE::CADKernel::Utils::ToString
(
const ValueType& v |
||
| std::string | UE::CADKernel::Utils::ToString
(
const FPoint& p |