Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/UI
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Visu.h |
| Include | #include "UI/Visu.h" |
Syntax
class FVisu
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | SessionNum | Number of graphic session opened |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVisu () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FVisu () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| void | DrawElement
(
int32 Dimension, |
||
| void | |||
| void | DrawPoint
(
const FPointH& Point, |
||
| void | DrawPoint
(
const FPoint2D& Point, |
||
| void | DrawPoint
(
const FPoint& Point, |
||
| void | DrawPolyline
(
const TArray< FPoint2D >& Points, |
||
| void | DrawPolyline
(
const TArray< FPoint >& Points, |
||
| void | EndSession () |
||
| int32 | |||
| void | |||
| void | NewSession () |
||
| void | Open3DDebugSegment
(
FIdent Ident |
||
| void | Open3DDebugSession
(
const TCHAR* SessionName, |
||
| void | UpdateViewer () |