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

Replaces the contents of a subvolume with the specified value.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual 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 OIV.LDM.Nodes.SoDataSet.StartEditing(System.Int32@) before calling this method. Returns 0 if successful.

See Also