Click or drag to resize
SbImageDataAccessorSetVoxel Method (Double, Int32, Int32, Int32)
Calls SetVoxel(value, x, y, z, System.Int32(0), System.Int32(0)).

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public bool SetVoxel(
	double value,
	int x,
	int y,
	int z
)

Parameters

value
Type: SystemDouble
x
Type: SystemInt32
y
Type: SystemInt32
z
Type: SystemInt32

Return Value

Type: Boolean
Remarks