Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/TPolylineApproximator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApproximatePoints
(
const TArray< double >& InCoordinates, |
Evaluate the points of the polyline associated to the increasing array of input Coordinates If the input coordinate is outside the boundary of the polyline, the coordinate of the nearest boundary is used. | Geo/Sampling/PolylineTools.h | |
void ApproximatePoints
(
const TArray< double >& InCoordinates, |
Geo/Sampling/PolylineTools.h |
ApproximatePoints(const TArray< double > &, TArray< PointType > &)
Description
Evaluate the points of the polyline associated to the increasing array of input Coordinates If the input coordinate is outside the boundary of the polyline, the coordinate of the nearest boundary is used.
| Name | ApproximatePoints |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/PolylineTools.h |
| Include Path | #include "Geo/Sampling/PolylineTools.h" |
void ApproximatePoints
(
const TArray < double > & InCoordinates,
TArray < PointType > & OutPoints
) const
ApproximatePoints(const TArray< double > &, TArray< CurvePointType > &, int32)
| Name | ApproximatePoints |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/PolylineTools.h |
| Include Path | #include "Geo/Sampling/PolylineTools.h" |
template<class CurvePointType>
void ApproximatePoints
(
const TArray < double > & InCoordinates,
TArray < CurvePointType > & OutPoints,
int32 InDerivativeOrder
) const