Click or drag to resize
SoVRGenericFileReaderSetDataChar Method (SbBox3f, SoDataSetDataTypes, SbVec3i32, Int32)

Since the format is raw data, it is necessary to specify the dimension and data size of the volume.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetDataChar(
	SbBox3f size,
	SoDataSetDataTypes type,
	SbVec3i32 dim,
	int headerSize
)

Parameters

size
Type: OIV.InventorSbBox3f
type
Type: OIV.LDM.NodesSoDataSetDataTypes
dim
Type: OIV.InventorSbVec3i32
headerSize
Type: SystemInt32
Remarks

You can also specify a header size to add support for your own file format.

See Also