Navigation
API > API/Runtime > API/Runtime/CADKernel
| |
|
| Name |
FPolyline2D |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/Polyline.h |
| Include Path |
#include "Geo/Sampling/Polyline.h" |
Syntax
class FPolyline2D : public UE::CADKernel::TPolyline< FVector2d >
Inheritance Hierarchy
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void FindIntersectionsWithIso
(
const EIso Iso,
double IsoParameter,
TArray< double >& OutIntersections
)
|
Add to OutIntersection the curve coordinate of the intersection with the Iso curve |
Geo/Sampling/Polyline.h |
|