Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Geo > API/Runtime/CADKernel/Geo/Sampling
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/PolylineTools.h |
| Include | #include "Geo/Sampling/PolylineTools.h" |
namespace UE
{
namespace CADKernel
{
namespace PolylineTools
{
template<typename PointType>
void UE::CADKernel::PolylineTools::ExtendTo
(
TArray < PointType > & Polyline,
const PointType & DesiredEnd
)
}
}
}
Remarks
Progressively deforms a polyline (or a control polygon) so that its end is in the desired position