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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 x,
	double y,
	double z,
	double azimuth,
	double swing
)

Parameters

x
Type: SystemDouble
X location of view origin
y
Type: SystemDouble
Y location of view origin
z
Type: SystemDouble
Z location of view origin
azimuth
Type: SystemDouble
Section azimuth - degrees CCW from north
swing
Type: SystemDouble
Section swing -90 < swing < 90.
See Also