You are here: Start » AVL.NET » Invoke.CreateView3D
Invoke.CreateView3D
| Namespace: | Avl.DebugPreview | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static int CreateView3D ( string name, int width, int height, int posX, int posY, Avl.DebugPreview.View3DWorldOrientation worldOrientation, Avl.DebugPreview.View3DColoring coloring, bool highQuality )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| name | string | Window title. | |||
| width | int | -1 | Width of the window preview area in pixels. | ||
| height | int | -1 | Height of the window preview area in pixels. | ||
| posX | int | -1 | X coordinate of the initial window position. | ||
| posY | int | -1 | Y coordinate of the initial window position. | ||
| worldOrientation | Avl.DebugPreview.View3DWorldOrientation | RightHandZUp | Orientation of the 3D preview space. | ||
| coloring | Avl.DebugPreview.View3DColoring | ZScaleColoring | Mode of the coloring of the point cloud points in the preview. | ||
| highQuality | bool | true | Enables or disables high quality drawing in the preview. | 
