Click or drag to resize
CIPJGetPlaneEquation2 Method
Get the equation of a plane with reprojection.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This is the same as GetPlaneEquation_IPJ, but the input projected coordinate system (PCS) may be different from that of the IPJ you want the plane equation values described in. This may be required, for instance, when a 3D view has been created in one PCS, and an oriented grid from a different PCS is to be displayed in that view. If the two input IPJs share the same PCS (determined using the iSame_IPJ function), then the GetPlaneEquation_IPJ function is called directly, using the input IPJ.
Syntax
public void GetPlaneEquation2(
	CIPJ oIPJ1,
	double d2,
	double d3,
	double d4,
	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,
	ref double d14
)

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
IPJ object for the output values
d2
Type: SystemDouble
Min X of surface (in grid coords)
d3
Type: SystemDouble
Min Y of surface
d4
Type: SystemDouble
Max X of surface
d5
Type: SystemDouble
Max Y of surface
d6
Type: SystemDouble
Pitch angle (between -360 and 360) (in view coords)
d7
Type: SystemDouble
Yaw angle (between -360 and 360)
d8
Type: SystemDouble
Roll angles (between -360 and 360)
d9
Type: SystemDouble
X offset of plane (in view coords)
d10
Type: SystemDouble
Y offset of plane
d11
Type: SystemDouble
Z offset of plane
d12
Type: SystemDouble
X scale (in view coords)
d13
Type: SystemDouble
Y scale
d14
Type: SystemDouble
Z scale
See Also