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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 x,
	double y,
	double z,
	double x1,
	double x2,
	double x3,
	double y1,
	double y2,
	double y3,
	double sx,
	double sy,
	double str_val
)

Parameters

x
Type: SystemDouble
X location of view origin
y
Type: SystemDouble
Y location of view origin
z
Type: SystemDouble
Z location of view origin
x1
Type: SystemDouble
X axis X component
x2
Type: SystemDouble
X axis Y component
x3
Type: SystemDouble
X axis Z component
y1
Type: SystemDouble
Y axis X component
y2
Type: SystemDouble
Y axis Y component
y3
Type: SystemDouble
Y axis Z component
sx
Type: SystemDouble
Scaling in X
sy
Type: SystemDouble
Scaling in Y
str_val
Type: SystemDouble
Scaling in Z
See Also