 | CVOXReGrid Method |
Regrid a Voxel.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ReGrid(
CVOX vox_to_regrid,
CREG reg,
string output_vox
)
public void ReGrid(
CVOX vox_to_regrid,
CREG reg,
string output_vox
)
Public Sub ReGrid (
vox_to_regrid As CVOX,
reg As CREG,
output_vox As String
)
Public Sub ReGrid (
vox_to_regrid As CVOX,
reg As CREG,
output_vox As String
)
public:
void ReGrid(
CVOX^ vox_to_regrid,
CREG^ reg,
String^ output_vox
)
public:
void ReGrid(
CVOX^ vox_to_regrid,
CREG^ reg,
String^ output_vox
)
member ReGrid :
vox_to_regrid : CVOX *
reg : CREG *
output_vox : string -> unit
member ReGrid :
vox_to_regrid : CVOX *
reg : CREG *
output_vox : string -> unit
Parameters
- vox_to_regrid
- Type: GeoEngine.Core.GXNetXCVOX
VOX object to regrid - reg
- Type: GeoEngine.Core.GXNetXCREG
Parameters (not implemented) - output_vox
- Type: SystemString
Output voxel file name.
See Also