Click or drag to resize
CIPJGet3DViewEx Method
Get 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
The view must have a 3D orientation
Syntax
public void Get3DViewEx(
	ref double d1,
	ref double d2,
	ref double d3,
	ref double d4,
	ref double d5,
	ref double d6,
	ref double d7,
	ref double d8,
	ref double d9,
	ref int i10,
	ref 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