Click or drag to resize

CTINRangeXY Method

Find the range in X and Y of the TINned region.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void RangeXY(
	ref double x_min,
	ref double y_min,
	ref double x_max,
	ref double y_max
)

public void RangeXY(
	ref double x_min,
	ref double y_min,
	ref double x_max,
	ref double y_max
)

Parameters

x_min
Type: SystemDouble
Min X (returned)
y_min
Type: SystemDouble
Min Y
x_max
Type: SystemDouble
Max X
y_max
Type: SystemDouble
Max Y
Remarks
The TINned range is the range of X and Y covered by the TIN triangles. It can thus be less than the full X and Y range of the nodes themselves, if a full convex hull is not calculated.
See Also