Click or drag to resize
CIPJSet3DViewFromAxes Method
Set 3D orientation parameters

Available since Oasis montaj version: 9.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, based on input origin and X and Y axis vectors.
Syntax
public void Set3DViewFromAxes(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	double d10,
	double d11,
	double d12
)

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
X axis X component
d5
Type: SystemDouble
X axis Y component
d6
Type: SystemDouble
X axis Z component
d7
Type: SystemDouble
Y axis X component
d8
Type: SystemDouble
Y axis Y component
d9
Type: SystemDouble
Y axis Z component
d10
Type: SystemDouble
Scaling in X
d11
Type: SystemDouble
Scaling in Y
d12
Type: SystemDouble
Scaling in Z
See Also