Click or drag to resize
CIPJGetCrookedSectionViewVVs Method
Get the crooked section path.

Available since Oasis montaj version: 7.2
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Returns the orignal VVs used to set up the crooked section path.
Syntax
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
See Also