Click or drag to resize
CIPJSetCrookedSectionView Method
Set up the crooked section view.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
A non-plane section. It is a vertical section which curves along a path in (X, Y).
Syntax
public void SetCrookedSectionView(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	int i4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Section X locations (e.g. distance along the curve)
oVV2
Type: GeoEngine.Core.GXNetCVV
True X
oVV3
Type: GeoEngine.Core.GXNetCVV
True Y
i4
Type: SystemInt32
Use logarithmic Y-axis (usually for data profiles) 0:No, 1:Yes
See Also