Click or drag to resize

CIPJGetCrookedSectionViewVVs Method

Get the crooked section path.

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

public void GetCrookedSectionViewVVs(
	CVV dist_vv,
	CVV xvv,
	CVV yvv,
	ref 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
Returns the orignal VVs used to set up the crooked section path.
See Also