Click or drag to resize
SoVolumeWriterWriteSubSlice Method

Writes the data contained in the specified subslice.

Namespace: OIV.LDM.Writers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual bool WriteSubSlice(
	int sliceIndex,
	SbBox2i32 subSlice,
	SoBufferObject buffer
)

Parameters

sliceIndex
Type: SystemInt32
subSlice
Type: OIV.InventorSbBox2i32
buffer
Type: OIV.Inventor.DevicesSoBufferObject

Return Value

Type: Boolean
Remarks

This function must be called only if OIV.LDM.Writers.SoVolumeWriter.IsDataConverted() return false.

Must be reimplemented in children classes.

See Also