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
namestringWindow title.
widthint-1Width of the window preview area in pixels.
heightint-1Height of the window preview area in pixels.
posXint-1X coordinate of the initial window position.
posYint-1Y coordinate of the initial window position.
worldOrientationAvl.DebugPreview.View3DWorldOrientationRightHandZUpOrientation of the 3D preview space.
coloringAvl.DebugPreview.View3DColoringZScaleColoringMode of the coloring of the point cloud points in the preview.
highQualitybooltrueEnables or disables high quality drawing in the preview.

See also