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.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetDataChar(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3i32 dim,
int headerSize
)
Public Sub SetDataChar (
size As SbBox3f,
type As SoDataSetDataTypes,
dim As SbVec3i32,
headerSize As Integer
)
public:
void SetDataChar(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3i32 dim,
int headerSize
)
member SetDataChar :
size : SbBox3f *
type : SoDataSetDataTypes *
dim : SbVec3i32 *
headerSize : int -> unit
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