Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/TPolylineApproximator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double ComputeLengthOfSubPolyline
(
const FLinearBoundary& InBoundary |
Geo/Sampling/PolylineTools.h | ||
double ComputeLengthOfSubPolyline
(
const int BoundaryIndex, |
Geo/Sampling/PolylineTools.h |
ComputeLengthOfSubPolyline(const FLinearBoundary &)
| Name | ComputeLengthOfSubPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/PolylineTools.h |
| Include Path | #include "Geo/Sampling/PolylineTools.h" |
double ComputeLengthOfSubPolyline
(
const FLinearBoundary & InBoundary
) const
ComputeLengthOfSubPolyline(const int, const FLinearBoundary &)
| Name | ComputeLengthOfSubPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/PolylineTools.h |
| Include Path | #include "Geo/Sampling/PolylineTools.h" |
double ComputeLengthOfSubPolyline
(
const int BoundaryIndex,
const FLinearBoundary & InBoundary
) const