 | CIPJGet3DView Method |
Get 3D orientation parameters
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Get3DView(
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
)
public void Get3DView(
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
)
Public Sub Get3DView (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double,
ByRef rx As Double,
ByRef ry As Double,
ByRef rz As Double,
ByRef sx As Double,
ByRef sy As Double,
ByRef str_val As Double
)
Public Sub Get3DView (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double,
ByRef rx As Double,
ByRef ry As Double,
ByRef rz As Double,
ByRef sx As Double,
ByRef sy As Double,
ByRef str_val As Double
)
public:
void Get3DView(
double% x,
double% y,
double% z,
double% rx,
double% ry,
double% rz,
double% sx,
double% sy,
double% str_val
)
public:
void Get3DView(
double% x,
double% y,
double% z,
double% rx,
double% ry,
double% rz,
double% sx,
double% sy,
double% str_val
)
member Get3DView :
x : float byref *
y : float byref *
z : float byref *
rx : float byref *
ry : float byref *
rz : float byref *
sx : float byref *
sy : float byref *
str_val : float byref -> unit
member Get3DView :
x : float byref *
y : float byref *
z : float byref *
rx : float byref *
ry : float byref *
rz : float byref *
sx : float byref *
sy : float byref *
str_val : float byref -> unit
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
RemarksThe view must have a 3D orientation
See Also