Click or drag to resize

CGUMaxwellPlateCorners Method

Calculate the corner point locations for a Maxwell Plate.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void MaxwellPlateCorners(
	double x,
	double y,
	double z,
	double dip,
	double dip_dir,
	double plunge,
	double length,
	double width,
	ref double x1,
	ref double y1,
	ref double z1,
	ref double x2,
	ref double y2,
	ref double z2,
	ref double x3,
	ref double y3,
	ref double z3,
	ref double x4,
	ref double y4,
	ref double z4
)

public static void MaxwellPlateCorners(
	double x,
	double y,
	double z,
	double dip,
	double dip_dir,
	double plunge,
	double length,
	double width,
	ref double x1,
	ref double y1,
	ref double z1,
	ref double x2,
	ref double y2,
	ref double z2,
	ref double x3,
	ref double y3,
	ref double z3,
	ref double x4,
	ref double y4,
	ref double z4
)

Parameters

x
Type: SystemDouble
Top-center point, X
y
Type: SystemDouble
Top-center point, Y
z
Type: SystemDouble
Top-center point, Z
dip
Type: SystemDouble
Dip
dip_dir
Type: SystemDouble
Dip-direction
plunge
Type: SystemDouble
Plunge
length
Type: SystemDouble
Length
width
Type: SystemDouble
Width (height)
x1
Type: SystemDouble
[returned] Corner 1 X
y1
Type: SystemDouble
[returned] Corner 1 Y
z1
Type: SystemDouble
[returned] Corner 1 Z
x2
Type: SystemDouble
[returned] Corner 2 X
y2
Type: SystemDouble
[returned] Corner 2 Y
z2
Type: SystemDouble
[returned] Corner 2 Z
x3
Type: SystemDouble
[returned] Corner 3 X
y3
Type: SystemDouble
[returned] Corner 3 Y
z3
Type: SystemDouble
[returned] Corner 3 Z
x4
Type: SystemDouble
[returned] Corner 4 X
y4
Type: SystemDouble
[returned] Corner 4 Y
z4
Type: SystemDouble
[returned] Corner 4 Z
Remarks
This routine calculates the corner locations of plates defined in the Maxwell Plate program, given the top-center location and plate geometry parameters.
See Also