Click or drag to resize
CMULTIGRID3DGetOrientedDataExtents Method
Get the data extents based on an orientation

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetOrientedDataExtents(
	double oriented_origin_x,
	double oriented_origin_y,
	double oriented_origin_z,
	double X_vector_x,
	double X_vector_y,
	double X_vector_z,
	double Y_vector_x,
	double Y_vector_y,
	double Y_vector_z,
	double Z_vector_x,
	double Z_vector_y,
	double Z_vector_z,
	ref double p1_x,
	ref double p1_y,
	ref double p1_z,
	ref double p2_x,
	ref double p2_y,
	ref double p2_z
)

Parameters

oriented_origin_x
Type: SystemDouble
oriented_origin_x
oriented_origin_y
Type: SystemDouble
oriented_origin_y
oriented_origin_z
Type: SystemDouble
oriented_origin_z
X_vector_x
Type: SystemDouble
X Vector x
X_vector_y
Type: SystemDouble
X Vector y
X_vector_z
Type: SystemDouble
X Vector z
Y_vector_x
Type: SystemDouble
Y Vector x
Y_vector_y
Type: SystemDouble
Y Vector y
Y_vector_z
Type: SystemDouble
Y Vector z
Z_vector_x
Type: SystemDouble
Z Vector x
Z_vector_y
Type: SystemDouble
Z Vector y
Z_vector_z
Type: SystemDouble
Z Vector z
p1_x
Type: SystemDouble
Point1 x
p1_y
Type: SystemDouble
Point1 y
p1_z
Type: SystemDouble
Point1 z
p2_x
Type: SystemDouble
Point2 x
p2_y
Type: SystemDouble
Point2 y
p2_z
Type: SystemDouble
Point2 z
See Also