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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void Set3DPointOfView(
	double x,
	double y,
	double z,
	double distance,
	double declination,
	double inclination
)

Parameters

x
Type: SystemDouble
X center
y
Type: SystemDouble
Y center
z
Type: SystemDouble
Z center
distance
Type: SystemDouble
Distance from center
declination
Type: SystemDouble
Declination, 0 to 360 CW from Y
inclination
Type: SystemDouble
Inclination, -90 to +90
See Also