Click or drag to resize
CVOXExportXYZ Method
Export a Voxel to an XYZ File

Available since Oasis montaj version: 6.3.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void ExportXYZ(
	string str1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6
)

Parameters

str1
Type: SystemString
File Name
i2
Type: SystemInt32
See VOX_DIRECTIONConstant
i3
Type: SystemInt32
Reverse X ? (0/1)
i4
Type: SystemInt32
Reverse Y ? (0/1)
i5
Type: SystemInt32
Reverse Z ? (0/1)
i6
Type: SystemInt32
Write Dummies? (0/1)
See Also