Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Geo > API/Runtime/CADKernel/Geo/Curves > API/Runtime/CADKernel/Geo/Curves/FRestrictionCurve
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Curves/RestrictionCurve.h |
| Include | #include "Geo/Curves/RestrictionCurve.h" |
void ProjectTwinCurvePoints
(
const FLinearBoundary & InBoundary,
const TArray < FPoint > & InPointsToProject,
bool bSameOrientation,
TArray < double > & OutProjectedPointCoords,
double ToleranceOfProjection
) const
Remarks
Project a set of points of a twin curve on the 3D polyline and return the coordinate of the projected point
Parameters
| Name | Description |
|---|---|
| ToleranceOfProjection | Max error between the both curve to stop the search of projection of a point |