 | 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
Syntaxpublic 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
)
Public Sub GetOrientationInfo (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double,
ByRef az As Double,
ByRef swing As Double
)
Public Sub GetOrientationInfo (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double,
ByRef az As Double,
ByRef swing As Double
)
public:
void GetOrientationInfo(
double% x,
double% y,
double% z,
double% az,
double% swing
)
public:
void GetOrientationInfo(
double% x,
double% y,
double% z,
double% az,
double% swing
)
member GetOrientationInfo :
x : float byref *
y : float byref *
z : float byref *
az : float byref *
swing : float byref -> unit
member GetOrientationInfo :
x : float byref *
y : float byref *
z : float byref *
az : float byref *
swing : float byref -> unit
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