Click or drag to resize

CVOXGetLimitsXYZ Method

Get the range in true XYZ of non-dummy data.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetLimitsXYZ(
	ref double min_x,
	ref double min_y,
	ref double min_z,
	ref double max_x,
	ref double max_y,
	ref double max_z
)

public void GetLimitsXYZ(
	ref double min_x,
	ref double min_y,
	ref double min_z,
	ref double max_x,
	ref double max_y,
	ref double max_z
)

Parameters

min_x
Type: SystemDouble
Minimum valid data in X.
min_y
Type: SystemDouble
Minimum valid data in Y.
min_z
Type: SystemDouble
Minimum valid data in Z.
max_x
Type: SystemDouble
Maximum valid data in X.
max_y
Type: SystemDouble
Maximum valid data in Y.
max_z
Type: SystemDouble
Maximum valid data in Z.
Remarks
Find the non-dummy volume of a VOX in true (X, Y, Z). This method works for voxels which are rotated or oriented in 3D, and returns the true min and max X, Y and Z limits in the data. The bounds are the bounds for the voxel center points. If the voxel is all dummies, returns <define>rMAX</define> for the minima, and <define>rMIN</define> for the maxima.
See Also