 | CIPJSetNormalSectionView Method |
Set normal section orientation parameters
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetNormalSectionView(
double x,
double y,
double z,
double azimuth,
double swing
)
public void SetNormalSectionView(
double x,
double y,
double z,
double azimuth,
double swing
)
Public Sub SetNormalSectionView (
x As Double,
y As Double,
z As Double,
azimuth As Double,
swing As Double
)
Public Sub SetNormalSectionView (
x As Double,
y As Double,
z As Double,
azimuth As Double,
swing As Double
)
public:
void SetNormalSectionView(
double x,
double y,
double z,
double azimuth,
double swing
)
public:
void SetNormalSectionView(
double x,
double y,
double z,
double azimuth,
double swing
)
member SetNormalSectionView :
x : float *
y : float *
z : float *
azimuth : float *
swing : float -> unit
member SetNormalSectionView :
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 section is the type where values are projected
normal to the section, and the "Y" values in a grid
do not necessarily correspond to the elvations for a swung section.
See Also