Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/TPolylineApproximator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetSubPolyline
(
const FLinearBoundary& InBoundary, |
Append to the OutPoints array the sub polyline bounded by InBoundary according to the orientation | Geo/Sampling/PolylineTools.h | |
void GetSubPolyline
(
const FLinearBoundary& InBoundary, |
Get the subset of point defining the sub polyline bounded by InBoundary OutCoordinates and OutPoints are emptied before the process | Geo/Sampling/PolylineTools.h |
GetSubPolyline(const FLinearBoundary &, const EOrientation, TArray< PointType > &)
Description
Append to the OutPoints array the sub polyline bounded by InBoundary according to the orientation
| Name | GetSubPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/PolylineTools.h |
| Include Path | #include "Geo/Sampling/PolylineTools.h" |
void GetSubPolyline
(
const FLinearBoundary & InBoundary,
const EOrientation Orientation,
TArray < PointType > & OutPoints
) const
GetSubPolyline(const FLinearBoundary &, TArray< double > &, TArray< PointType > &)
Description
Get the subset of point defining the sub polyline bounded by InBoundary OutCoordinates and OutPoints are emptied before the process
| Name | GetSubPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/PolylineTools.h |
| Include Path | #include "Geo/Sampling/PolylineTools.h" |
void GetSubPolyline
(
const FLinearBoundary & InBoundary,
TArray < double > & OutCoordinates,
TArray < PointType > & OutPoints
) const