Click or drag to resize
CVOXWindowPLY Method
Window a VOX to a PLY file and Z.

Available since Oasis montaj version: 7.3.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The voxel is windowed horizontally to the input PLY file. Optionally, it will be windowed to the input Z range as well. The output can be clipped to the non-dummied cells.
Syntax
public void WindowPLY(
	CPLY oPLY1,
	int i2,
	double d3,
	double d4,
	string str5,
	int i6
)

Parameters

oPLY1
Type: GeoEngine.Core.GXNetCPLY
PLY object
i2
Type: SystemInt32
Mask (0: inside PLY, 1: outside PLY)
d3
Type: SystemDouble
Minimum Z (optional, rDUMMY for no minimum)
d4
Type: SystemDouble
Maximum Z (optional, rDUMMY for no maximun)
str5
Type: SystemString
Output voxel file name.
i6
Type: SystemInt32
Clip extents to remove dummies (0: no (same size), 1: yes (smaller))
See Also