Click or drag to resize
CIPJSetSectionView Method
Set section 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 section view plots, for instance in Wholeplot. 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. Swung sections are tricky because they are set up for section plots in such a way that the vertical axis remains "true"; points are projected horizontally to the viewing plane, independent of the swing angle. In other words, all locations in 3D space viewed using this projection will plot on the same horizontal line in the map view. This function is NOT suitable for simply creating an orientation for a dipping grid or view.
Syntax
public void SetSectionView(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5
)

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
Section azimuth - degrees CCW from north
d5
Type: SystemDouble
Section swing -90 < swing < 90.
See Also