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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void DefineViewerAxis3D(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6
)

Parameters

d1
Type: SystemDouble
Center point X
d2
Type: SystemDouble
Center point Y
d3
Type: SystemDouble
Center point Z
d4
Type: SystemDouble
Directional Point X
d5
Type: SystemDouble
Directional Point Y
d6
Type: SystemDouble
Directional Point Z
See Also