Click or drag to resize
SoVRGenericFileReader.SetDataChar Method (SbBox3f, SoDataSet.DataTypes, 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: 10.3.0.0 (10.3.0.0)
Syntax
public void SetDataChar(
	SbBox3f size,
	SoDataSet. DataTypes type,
	SbVec3i32 dim,
	int headerSize
)

Parameters

size
Type: OIV.Inventor.SbBox3f
type
Type: OIV.LDM.Nodes.SoDataSet.DataTypes
dim
Type: OIV.Inventor.SbVec3i32
headerSize
Type: System.Int32
Remarks

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

See Also