Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Geo > API/Runtime/CADKernel/Geo/Sampling > API/Runtime/CADKernel/Geo/Sampling/FSurfacicPolyline
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/SurfacicPolyline.h |
| Include | #include "Geo/Sampling/SurfacicPolyline.h" |
void ProjectCoincidentalPolyline
(
const FLinearBoundary & InBoundary,
const TArray < FPoint > & InPointsToProject,
bool bSameOrientation,
TArray < double > & OutProjectedPointCoordinates,
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 |