Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Geo
Classes
| Type | Name | Description | |
|---|---|---|---|
| FPolyline2D | |||
| FPolylineBBox | |||
| FSurfacicPolyline | |||
| TPolyline | |||
| TPolylineApproximator |
Typedefs
| Name | Description |
|---|---|
| FPolyline3D |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | UE::CADKernel::PolylineTools::ComputeLength
(
const TArray< PointType >& Polyline |
||
| PointType | UE::CADKernel::PolylineTools::ComputePoint
(
const TArray< double >& PolylineCoordinates, |
||
| TArray< double > | UE::CADKernel::PolylineTools::ComputePolylineSegmentLengths
(
const PointType& StartPoint, |
||
| double | UE::CADKernel::PolylineTools::ComputeSquareToleranceForProjection
(
const TArray< PointType >& Polyline |
||
| void | UE::CADKernel::PolylineTools::ExtendTo
(
TArray< PointType >& Polyline, |
Progressively deforms a polyline (or a control polygon) so that its end is in the desired position | |
| bool | UE::CADKernel::PolylineTools::IsDichotomyToBePreferred
(
int32 InPolylineSize, |
||
| PointType | UE::CADKernel::PolylineTools::LinearInterpolation
(
const TArray< PointType >& Array, |
||
| double | UE::CADKernel::PolylineTools::SectionCoordinate
(
const TArray< double >& Array, |