Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Geo > API/Runtime/CADKernel/Geo/Sampling > API/Runtime/CADKernel/Geo/Sampling/TPolylineApproximator
| Type | Name | Description | |
|---|---|---|---|
| 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 | |
| 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 |