Click or drag to resize
SoVolumeDataEditSubVolume Method (SbBox3i32, Double)

Replace the contents of a subvolume with the specified value.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public override int EditSubVolume(
	SbBox3i32 subVolume,
	double value
)

Parameters

subVolume
Type: OIV.InventorSbBox3i32
value
Type: SystemDouble

Return Value

Type: Int32
Remarks

The subvolume is specified in voxel/cell coordinates. Call startEditing() before calling this method. Returns 0 if successful.

See Also