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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 pply,
	int mask,
	double min_z,
	double max_z,
	string output_vox,
	int clip_dummies
)

Parameters

pply
Type: GeoEngine.Core.GXNetXCPLY
PLY object
mask
Type: SystemInt32
Mask (0: inside PLY, 1: outside PLY)
min_z
Type: SystemDouble
Minimum Z (optional, <define>rDUMMY</define> for no minimum)
max_z
Type: SystemDouble
Maximum Z (optional, <define>rDUMMY</define> for no maximun)
output_vox
Type: SystemString
Output voxel file name.
clip_dummies
Type: SystemInt32
Clip extents to remove dummies (0: no (same size), 1: yes (smaller))
See Also