Click or drag to resize

CSURFACEITEMiIntersectsBoundingBox Method

Checks intersections of a bounding box with a SURFACEITEM Object

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

public int iIntersectsBoundingBox(
	double min_x,
	double min_y,
	double min_z,
	double max_x,
	double max_y,
	double max_z
)

Parameters

min_x
Type: SystemDouble
Min X
min_y
Type: SystemDouble
Min Y
min_z
Type: SystemDouble
Min Z
max_x
Type: SystemDouble
Max X
max_y
Type: SystemDouble
Max Y
max_z
Type: SystemDouble
Max Z

Return Value

Type: Int32
See Also