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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
IPJ_ORIENT_TYPE: IPJ_ORIENT_DEFAULT - no special orientation - plan view. This is equivalent to IPJ_ORIENT_PLAN with dXo = dYo = dZo = dRotation = 0.0. IPJ_ORIENT_PLAN 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. IPJ_ORIENT_SECTION 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 d1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5
)

Parameters

d1
Type: SystemDouble
Plane Origin X
d2
Type: SystemDouble
Plane Origin Y
d3
Type: SystemDouble
Plane Origin Z
d4
Type: SystemDouble
Plane Azimuth (section) or Rotation (plan)
d5
Type: SystemDouble
Plane Swing (section)
See Also