Click or drag to resize

CIPJ.GetOrientationInfo Method

Get IPJ orientation parameters.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetOrientationInfo(
	ref double x,
	ref double y,
	ref double z,
	ref double az,
	ref double swing
)

public void GetOrientationInfo(
	ref double x,
	ref double y,
	ref double z,
	ref double az,
	ref double swing
)

Parameters

x
Type: System.Double
Plane Origin X
y
Type: System.Double
Plane Origin Y
z
Type: System.Double
Plane Origin Z
az
Type: System.Double
Plane Azimuth (section) or Rotation (plan)
swing
Type: System.Double
Plane Swing (section)
Remarks
IPJ_ORIENT_TYPE: <define>IPJ_ORIENT_DEFAULT</define> - no special orientation - plan view. This is equivalent to <define>IPJ_ORIENT_PLAN</define> with dXo = dYo = dZo = dRotation = 0.0. <define>IPJ_ORIENT_PLAN</define> 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. <define>IPJ_ORIENT_SECTION</define> 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.
See Also