Click or drag to resize
CIPJGet3DMatrixOrientation Method
Gets the coefficients of a 3D matrix orientation.

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 Get3DMatrixOrientation(
	ref double v00,
	ref double v01,
	ref double v02,
	ref double v03,
	ref double v10,
	ref double v11,
	ref double v12,
	ref double v13,
	ref double v20,
	ref double v21,
	ref double v22,
	ref double v23,
	ref double v30,
	ref double v31,
	ref double v32,
	ref 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