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

Replace the contents of a subvolume with the given data.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual int EditSubVolume(
	SbBox3i32 subVolume,
	SoBufferObject userData
)

Parameters

subVolume
Type: OIV.InventorSbBox3i32
userData
Type: OIV.Inventor.DevicesSoBufferObject

Return Value

Type: Int32
Remarks

The buffer size (in bytes) must match the subvolume size (in bytes) exactly. The subvolume is specified in voxel/cell coordinates. Call startEditing() before calling this method. Returns 0 if successful.

The modification may be postponed until the tiles are really needed. Therefore the contents of the userData buffer must not be modified until after saveEditing() is called.

See Also