Click or drag to resize
CIPJGetPlaneEquation Method
Get the equation of a plane

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Two opposite corners of the plane are required. Because the origin of the plane does not necessarily have a stable back-projection into true 3d coordinates. In practice, use the current view extents, or the corners of a grid.
Syntax
public void GetPlaneEquation(
	double d1,
	double d2,
	double d3,
	double d4,
	ref double d5,
	ref double d6,
	ref double d7,
	ref double d8,
	ref double d9,
	ref double d10,
	ref double d11,
	ref double d12,
	ref double d13
)

Parameters

d1
Type: SystemDouble
Min X of surface
d2
Type: SystemDouble
Min Y of surface
d3
Type: SystemDouble
Max X of surface
d4
Type: SystemDouble
Max Y of surface
d5
Type: SystemDouble
Pitch angle (between -360 and 360)
d6
Type: SystemDouble
Yaw angle (between -360 and 360)
d7
Type: SystemDouble
Roll angles (between -360 and 360)
d8
Type: SystemDouble
X offset of plane
d9
Type: SystemDouble
Y offset of plane
d10
Type: SystemDouble
Z offset of plane
d11
Type: SystemDouble
X scale
d12
Type: SystemDouble
Y scale
d13
Type: SystemDouble
Z scale
See Also