SoVRGenericFileReaderSetDataChar Method (SbBox3f, SoDataSetDataTypes, SbVec3i32) |
Calls SetDataChar(size, type, dim, System.Int32(0)).
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
)
Public Sub SetDataChar (
size As SbBox3f,
type As SoDataSetDataTypes,
dim As SbVec3i32
)
public:
void SetDataChar(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3i32 dim
)
member SetDataChar :
size : SbBox3f *
type : SoDataSetDataTypes *
dim : SbVec3i32 -> unit
Parameters
- size
- Type: OIV.InventorSbBox3f
- type
- Type: OIV.LDM.NodesSoDataSetDataTypes
- dim
- Type: OIV.InventorSbVec3i32
Remarks See Also