Click or drag to resize
CIPJSet3DViewEx Method
Set 3D orientation parameters with new flags

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Sets up translation, scaling and rotation in all three directions for 3D objects.
Syntax
public void Set3DViewEx(
	double x,
	double y,
	double z,
	double rx,
	double ry,
	double rz,
	double sx,
	double sy,
	double str_val,
	int rotate,
	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>
See Also