Click or drag to resize

CMVIEWDefineViewerAxis3D Method

Define a 2D drawing plane based on the user's view that oriented around the vector.

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

public void DefineViewerAxis3D(
	double center_x,
	double center_y,
	double center_z,
	double dir_point_x,
	double dir_point_y,
	double dir_point_z
)

Parameters

center_x
Type: SystemDouble
Center point X
center_y
Type: SystemDouble
Center point Y
center_z
Type: SystemDouble
Center point Z
dir_point_x
Type: SystemDouble
Directional Point X
dir_point_y
Type: SystemDouble
Directional Point Y
dir_point_z
Type: SystemDouble
Directional Point Z
See Also