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
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.
worldOrientationFil.DebugPreview.View3DWorldOrientationRightHandZUpOrientation of the 3D preview space.
coloringFil.DebugPreview.View3DColoringZScaleColoringMode of the coloring of the point cloud points in the preview.
highQualitybooltrueEnables or disables high quality drawing in the preview.

See also