Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/TPolylineApproximator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PointType ApproximatePoint
(
const double InCoordinate |
Evaluate the point of the polyline at the input InCoordinate If the input coordinate is outside the boundary of the polyline, the coordinate of the nearest boundary is used. | Geo/Sampling/PolylineTools.h | |
void ApproximatePoint
(
double InCoordinate, |
Evaluate the point of the polyline at the input Coordinate If the input coordinate is outside the boundary of the polyline, the coordinate of the nearest boundary is used. | Geo/Sampling/PolylineTools.h |
ApproximatePoint(const double)
Description
Evaluate the point of the polyline at the input InCoordinate If the input coordinate is outside the boundary of the polyline, the coordinate of the nearest boundary is used.
| Name | ApproximatePoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/PolylineTools.h |
| Include Path | #include "Geo/Sampling/PolylineTools.h" |
PointType ApproximatePoint
(
const double InCoordinate
) const
ApproximatePoint(double, CurvePointType &, int32)
Description
Evaluate the point of the polyline at the input Coordinate If the input coordinate is outside the boundary of the polyline, the coordinate of the nearest boundary is used.
| Name | ApproximatePoint |
| 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 ApproximatePoint
(
double InCoordinate,
CurvePointType & OutPoint,
int32 InDerivativeOrder
) const