Click or drag to resize

CIPJGet3DViewEx Method

Get 3D orientation parameters with new flags

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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: SystemDouble
X location of view origin
y
Type: SystemDouble
Y location of view origin
z
Type: SystemDouble
Z location of view origin
rx
Type: SystemDouble
Rotation in X
ry
Type: SystemDouble
Rotation in Y
rz
Type: SystemDouble
Rotation in Z
sx
Type: SystemDouble
Scaling in X
sy
Type: SystemDouble
Scaling in Y
str_val
Type: SystemDouble
Scaling in Z
rotate
Type: SystemInt32
<define>IPJ_3D_ROTATE</define>
flags
Type: SystemInt32
<define>IPJ_3D_FLAG</define>
Remarks
The view must have a 3D orientation
See Also