 | CIPJSetSectionView Method |
Set section orientation parameters
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetSectionView(
double x,
double y,
double z,
double azimuth,
double swing
)
public void SetSectionView(
double x,
double y,
double z,
double azimuth,
double swing
)
Public Sub SetSectionView (
x As Double,
y As Double,
z As Double,
azimuth As Double,
swing As Double
)
Public Sub SetSectionView (
x As Double,
y As Double,
z As Double,
azimuth As Double,
swing As Double
)
public:
void SetSectionView(
double x,
double y,
double z,
double azimuth,
double swing
)
public:
void SetSectionView(
double x,
double y,
double z,
double azimuth,
double swing
)
member SetSectionView :
x : float *
y : float *
z : float *
azimuth : float *
swing : float -> unit
member SetSectionView :
x : float *
y : float *
z : float *
azimuth : float *
swing : float -> unit
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.
Remarks
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.
See Also