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>
TArray < double > UE::CADKernel::PolylineTools::ComputePolylineSegmentLengths
(
const PointType & StartPoint,
const TArray < PointType > & InnerPolyline,
const PointType & EndPoint
)
}
}
}