Click or drag to resize
CMVIEWGetViewPlaneEquation Method
Get the View's Plane Equation

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetViewPlaneEquation(
	ref double pitch,
	ref double yaw,
	ref double roll,
	ref double x,
	ref double y,
	ref double z,
	ref double sx,
	ref double sy,
	ref double str_val
)

Parameters

pitch
Type: SystemDouble
Angle in X
yaw
Type: SystemDouble
Angle in Y
roll
Type: SystemDouble
Angle in Z
x
Type: SystemDouble
Offset in X
y
Type: SystemDouble
Offset in Y
z
Type: SystemDouble
Offset in Z
sx
Type: SystemDouble
Scale in X
sy
Type: SystemDouble
Scale in Y
str_val
Type: SystemDouble
Scale in Z
See Also