Click or drag to resize
CIPJSetNormalSectionView Method
Set normal section orientation parameters

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public void SetNormalSectionView(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5
)

Parameters

d1
Type: SystemDouble
X location of view origin
d2
Type: SystemDouble
Y location of view origin
d3
Type: SystemDouble
Z location of view origin
d4
Type: SystemDouble
Section azimuth - degrees CCW from north
d5
Type: SystemDouble
Section swing -90 < swing < 90.
See Also