Click or drag to resize
CMVIEWGet3DPointOfView Method
Get 3D point of view (values are will be <define>rDUMMY</define> if view for 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 Get3DPointOfView(
	ref double x,
	ref double y,
	ref double z,
	ref double distance,
	ref double declination,
	ref 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