You are here: Start » FIL.NET » Invoke.CreateView3D
Invoke.CreateView3D
Namespace: | Fil.DebugPreview |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static int CreateView3D ( string name, int width, int height, int posX, int posY, Fil.DebugPreview.View3DWorldOrientation worldOrientation, Fil.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 | Fil.DebugPreview.View3DWorldOrientation | RightHandZUp | Orientation of the 3D preview space. | ||
coloring | Fil.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. |