Click or drag to resize

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
Syntax
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
)

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