Click or drag to resize

CMVIEWDefineViewerPlane3D Method

Define a 2D drawing plane based on the user's view.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void DefineViewerPlane3D(
	double center_x,
	double center_y,
	double center_z
)

public void DefineViewerPlane3D(
	double center_x,
	double center_y,
	double center_z
)

Parameters

center_x
Type: SystemDouble
Center point X
center_y
Type: SystemDouble
Center point Y
center_z
Type: SystemDouble
Center point Z
Remarks
The plane is always facing the viewer. Otherwise the this is identical to the previous
See Also