Click or drag to resize
CIPJSet3DMatrixOrientation Method
Apply a 3D orientation directly using matrix coefficients.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void Set3DMatrixOrientation(
	double v00,
	double v01,
	double v02,
	double v03,
	double v10,
	double v11,
	double v12,
	double v13,
	double v20,
	double v21,
	double v22,
	double v23,
	double v30,
	double v31,
	double v32,
	double v33
)

Parameters

v00
Type: SystemDouble
Row 0 Element 0
v01
Type: SystemDouble
Row 0 Element 1
v02
Type: SystemDouble
Row 0 Element 2
v03
Type: SystemDouble
Row 0 Element 3
v10
Type: SystemDouble
Row 1 Element 0
v11
Type: SystemDouble
Row 1 Element 1
v12
Type: SystemDouble
Row 1 Element 2
v13
Type: SystemDouble
Row 1 Element 3
v20
Type: SystemDouble
Row 2 Element 0
v21
Type: SystemDouble
Row 2 Element 1
v22
Type: SystemDouble
Row 2 Element 2
v23
Type: SystemDouble
Row 2 Element 3
v30
Type: SystemDouble
Row 3 Element 0
v31
Type: SystemDouble
Row 3 Element 1
v32
Type: SystemDouble
Row 3 Element 2
v33
Type: SystemDouble
Row 3 Element 3
See Also