Click or drag to resize
CGRID3DFillVector Method
Fill the grid3d with a single vector value.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void FillVector(
	double value_x,
	double value_y,
	double value_z
)

Parameters

value_x
Type: SystemDouble
Fill Value X
value_y
Type: SystemDouble
Fill Value Y
value_z
Type: SystemDouble
Fill Value Z
See Also