Click or drag to resize
CMVIEWSetPlaneEquation Method
Set the equation of a plane

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
For a grid with the "Y" axis giving elevation: use rotations = (-90, 0, 0) for a section with azimuth 90 (E-W) use rotations = (-90, 0, -90) for a section with azimuth 0 (N-S)
Syntax
public void SetPlaneEquation(
	int i1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	double d10
)

Parameters

i1
Type: SystemInt32
Plane index
d2
Type: SystemDouble
Rotation about X (Z toward Y +ve, between -360 and 360)
d3
Type: SystemDouble
Rotation about Y (Z toward X +ve, between -360 and 360)
d4
Type: SystemDouble
Rotation about Z (Y toward X +ve, between -360 and 360)
d5
Type: SystemDouble
X offset of plane
d6
Type: SystemDouble
Y offset of plane
d7
Type: SystemDouble
Z offset of plane
d8
Type: SystemDouble
X scale
d9
Type: SystemDouble
Y scale
d10
Type: SystemDouble
Z scale
See Also