Click or drag to resize
CMVIEWSet3DPointOfView Method
Set 3D point of view (no effect on 2D views)

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void Set3DPointOfView(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6
)

Parameters

d1
Type: SystemDouble
X center
d2
Type: SystemDouble
Y center
d3
Type: SystemDouble
Z center
d4
Type: SystemDouble
Distance from center
d5
Type: SystemDouble
Declination, 0 to 360 CW from Y
d6
Type: SystemDouble
Inclination, -90 to +90
See Also