Click or drag to resize
CIPJGetOrientationInfo Method
Get IPJ 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
IPJ_ORIENT_TYPE: &lt;define&gt;IPJ_ORIENT_DEFAULT&lt;/define&gt; - no special orientation - plan view. This is equivalent to &lt;define&gt;IPJ_ORIENT_PLAN&lt;/define&gt; with dXo = dYo = dZo = dRotation = 0.0. &lt;define&gt;IPJ_ORIENT_PLAN&lt;/define&gt; Azimuth = Rotation CCW degrees The plan differs from the default view in that a reference level is set, and the axes can be rotated and offset from the local X,Y. &lt;define&gt;IPJ_ORIENT_SECTION&lt;/define&gt; Azimuth - CW degrees from North -360 <= azimuth <= 360 Swing - degrees bottom towards viewer -90 < swing < 90 The section view projects all plotted objects HORIZONTALLY onto the viewing plan in order to preserve elevations, even if the section has a swing.
Syntax
public void GetOrientationInfo(
	ref double x,
	ref double y,
	ref double z,
	ref double az,
	ref double swing
)

Parameters

x
Type: SystemDouble
Plane Origin X
y
Type: SystemDouble
Plane Origin Y
z
Type: SystemDouble
Plane Origin Z
az
Type: SystemDouble
Plane Azimuth (section) or Rotation (plan)
swing
Type: SystemDouble
Plane Swing (section)
See Also