Click or drag to resize

CIPJSetCrookedSectionView Method

Set up the crooked section view.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetCrookedSectionView(
	CVV dist_vv,
	CVV xvv,
	CVV yvv,
	int log_z
)

public void SetCrookedSectionView(
	CVV dist_vv,
	CVV xvv,
	CVV yvv,
	int log_z
)

Parameters

dist_vv
Type: GeoEngine.Core.GXNetXCVV
Section X locations (e.g. distance along the curve)
xvv
Type: GeoEngine.Core.GXNetXCVV
True X
yvv
Type: GeoEngine.Core.GXNetXCVV
True Y
log_z
Type: SystemInt32
Use logarithmic Y-axis (usually for data profiles) 0:No, 1:Yes
Remarks
A non-plane section. It is a vertical section which curves along a path in (X, Y).
See Also