Click or drag to resize
CIPJSet3DView Method
Set 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
Sets up translation, scaling and rotation in all three directions for 3D objects.
Syntax
public void Set3DView(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	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