Click or drag to resize
CMVIEWDefineViewerAxis3D Method
Define a 2D drawing plane based on the user's view that oriented around the vector.

Available since Oasis montaj version: 5.1.6
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
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
)

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