 | CIPJSet3DView Method |
Set 3D orientation parameters
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Set3DView(
double x,
double y,
double z,
double rx,
double ry,
double rz,
double sx,
double sy,
double str_val
)
public void Set3DView(
double x,
double y,
double z,
double rx,
double ry,
double rz,
double sx,
double sy,
double str_val
)
Public Sub Set3DView (
x As Double,
y As Double,
z As Double,
rx As Double,
ry As Double,
rz As Double,
sx As Double,
sy As Double,
str_val As Double
)
Public Sub Set3DView (
x As Double,
y As Double,
z As Double,
rx As Double,
ry As Double,
rz As Double,
sx As Double,
sy As Double,
str_val As Double
)
public:
void Set3DView(
double x,
double y,
double z,
double rx,
double ry,
double rz,
double sx,
double sy,
double str_val
)
public:
void Set3DView(
double x,
double y,
double z,
double rx,
double ry,
double rz,
double sx,
double sy,
double str_val
)
member Set3DView :
x : float *
y : float *
z : float *
rx : float *
ry : float *
rz : float *
sx : float *
sy : float *
str_val : float -> unit
member Set3DView :
x : float *
y : float *
z : float *
rx : float *
ry : float *
rz : float *
sx : float *
sy : float *
str_val : float -> 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
Remarks
Sets up translation, scaling and rotation in all three directions
for 3D objects.
See Also