Click or drag to resize

CIPJ.Get3DViewEx Method

Get 3D orientation parameters with new flags

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void Get3DViewEx(
	ref double x,
	ref double y,
	ref double z,
	ref double rx,
	ref double ry,
	ref double rz,
	ref double sx,
	ref double sy,
	ref double str_val,
	ref int rotate,
	ref int flags
)

public void Get3DViewEx(
	ref double x,
	ref double y,
	ref double z,
	ref double rx,
	ref double ry,
	ref double rz,
	ref double sx,
	ref double sy,
	ref double str_val,
	ref int rotate,
	ref int flags
)

Parameters

x
Type: System.Double
X location of view origin
y
Type: System.Double
Y location of view origin
z
Type: System.Double
Z location of view origin
rx
Type: System.Double
Rotation in X
ry
Type: System.Double
Rotation in Y
rz
Type: System.Double
Rotation in Z
sx
Type: System.Double
Scaling in X
sy
Type: System.Double
Scaling in Y
str_val
Type: System.Double
Scaling in Z
rotate
Type: System.Int32
<define>IPJ_3D_ROTATE</define>
flags
Type: System.Int32
<define>IPJ_3D_FLAG</define>
Remarks
The view must have a 3D orientation
See Also