Click or drag to resize

CVOXExportXYZ Method

Export a Voxel to an XYZ File

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ExportXYZ(
	string xyz,
	int dir,
	int rev_x,
	int rev_y,
	int rev_z,
	int dummies
)

public void ExportXYZ(
	string xyz,
	int dir,
	int rev_x,
	int rev_y,
	int rev_z,
	int dummies
)

Parameters

xyz
Type: SystemString
File Name
dir
Type: SystemInt32
<define>VOX_DIRECTION</define>
rev_x
Type: SystemInt32
Reverse X ? (0/1)
rev_y
Type: SystemInt32
Reverse Y ? (0/1)
rev_z
Type: SystemInt32
Reverse Z ? (0/1)
dummies
Type: SystemInt32
Write Dummies? (0/1)
See Also