Click or drag to resize
CPJProjectBoundingVolume Method
Project a bounding volume.

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 ProjectBoundingVolume(
	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
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
See Also