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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Sets up translation, scaling and rotation in all three directions for 3D objects.
Syntax
public void Set3DViewEx(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	int i10,
	int i11
)

Parameters

d1
Type: SystemDouble
X location of view origin
d2
Type: SystemDouble
Y location of view origin
d3
Type: SystemDouble
Z location of view origin
d4
Type: SystemDouble
Rotation in X
d5
Type: SystemDouble
Rotation in Y
d6
Type: SystemDouble
Rotation in Z
d7
Type: SystemDouble
Scaling in X
d8
Type: SystemDouble
Scaling in Y
d9
Type: SystemDouble
Scaling in Z
i10
Type: SystemInt32
See IPJ_3D_ROTATEConstant
i11
Type: SystemInt32
See IPJ_3D_FLAGConstant
See Also