Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Geo > API/Runtime/CADKernel/Geo/Sampling > API/Runtime/CADKernel/Geo/Sampling/TPolylineApproximator
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/PolylineTools.h |
| Include | #include "Geo/Sampling/PolylineTools.h" |
void ProjectCoincidentalPolyline
(
const FLinearBoundary & InBoundary,
const TArray < PointType > & InPointsToProject,
bool bSameOrientation,
TArray < double > & OutProjectedPointCoords,
const double ToleranceOfProjection
) const
Remarks
Project each point of a coincidental polyline on the Polyline.
Parameters
| Name | Description |
|---|---|
| ToleranceOfProjection | Max error between the both curve to stop the search of projection if ToleranceOfProjection < 0, it's compute with ComputeSquareToleranceForProjection |