Click or drag to resize
CIPJSetPlanView Method
Set plan orientation parameters.

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)
Notes
This sets up the orientation of an IPJ for plan view plots, for instance in Wholeplot. These differ from regular plan map views in that the elevation of the view plane is set, and the view may be rotated. In addition, when viewed in a map, a view with this IPJ will give a status bar location (X, Y, Z) of the actual location in space, as opposed to just the X, Y of the view plane itself.
Syntax
public void SetPlanView(
	double d1,
	double d2,
	double d3,
	double d4
)

Parameters

d1
Type: SystemDouble
X location of view origin
d2
Type: SystemDouble
Y location of view origin
d3
Type: SystemDouble
Z location of view origin
d4
Type: SystemDouble
rotation CCW from normal XY coords
See Also