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" |
template<class PointType>
void ProjectPoints
(
const FLinearBoundary & InBoundary,
const TArray < PointType > & InPointsToProject,
TArray < double > & ProjectedPointCoordinates,
TArray < PointType > & ProjectedPoints
) const