Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FVisu
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DrawPolyline
(
const TArray< FVector >& Points, |
UI/Visu.h | ||
virtual void DrawPolyline
(
const TArray< FVector2d >& Points, |
UI/Visu.h |
DrawPolyline(const TArray< FVector > &, EVisuProperty)
| Name | DrawPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Visu.h |
| Include Path | #include "UI/Visu.h" |
virtual void DrawPolyline
(
const TArray < FVector > & Points,
EVisuProperty InProperty
)
DrawPolyline(const TArray< FVector2d > &, EVisuProperty)
| Name | DrawPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Visu.h |
| Include Path | #include "UI/Visu.h" |
virtual void DrawPolyline
(
const TArray < FVector2d > & Points,
EVisuProperty InProperty
)