Click or drag to resize
CMVIEWGetPlaneEquation Method
Get 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)
Syntax
public void GetPlaneEquation(
	int i1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5,
	ref double d6,
	ref double d7,
	ref double d8,
	ref double d9,
	ref double d10
)

Parameters

i1
Type: SystemInt32
Plane index
d2
Type: SystemDouble
Rotation about X (Y toward Z +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