Click or drag to resize
CIPJGet3DView Method
Get 3D orientation parameters

Available since Oasis montaj version: 6.3.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 Get3DView(
	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
)

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
See Also