Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/TPolylineApproximator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double ProjectPointToPolyline
(
const FLinearBoundary& InBoundary, |
Project a Set of points on a restricted polyline (StartIndex & EndIndex define the polyline boundary) the points are projected on all segments of the polyline, the closest are selected | Geo/Sampling/PolylineTools.h | |
double ProjectPointToPolyline
(
int32 BoundaryIndices, |
Project a Set of points on a restricted polyline (StartIndex & EndIndex define the polyline boundary) the points are projected on all segments of the polyline, the closest are selected | Geo/Sampling/PolylineTools.h |
ProjectPointToPolyline(const FLinearBoundary &, const PointType &, PointType &)
Description
Project a Set of points on a restricted polyline (StartIndex & EndIndex define the polyline boundary) the points are projected on all segments of the polyline, the closest are selected
| Name | ProjectPointToPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/PolylineTools.h |
| Include Path | #include "Geo/Sampling/PolylineTools.h" |
double ProjectPointToPolyline
(
const FLinearBoundary & InBoundary,
const PointType & PointOnEdge,
PointType & OutProjectedPoint
) const
ProjectPointToPolyline(int32, const PointType &, PointType &)
Description
Project a Set of points on a restricted polyline (StartIndex & EndIndex define the polyline boundary) the points are projected on all segments of the polyline, the closest are selected
| Name | ProjectPointToPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/PolylineTools.h |
| Include Path | #include "Geo/Sampling/PolylineTools.h" |
double ProjectPointToPolyline
(
int32 BoundaryIndices,
const PointType & InPointToProject,
PointType & OutProjectedPoint
) const