SoVRMemoryReaderSetProperties Method (SbBox3f, SoDataSetDataTypes, SbVec3i32, SbVec2i32, SoBufferObject, Int32) |
Sets properties of the reader.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetProperties(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3i32 dim,
SbVec2i32 padding,
SoBufferObject internalData,
int sigBits
)
Public Sub SetProperties (
size As SbBox3f,
type As SoDataSetDataTypes,
dim As SbVec3i32,
padding As SbVec2i32,
internalData As SoBufferObject,
sigBits As Integer
)
public:
void SetProperties(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3i32 dim,
SbVec2i32 padding,
SoBufferObject^ internalData,
int sigBits
)
member SetProperties :
size : SbBox3f *
type : SoDataSetDataTypes *
dim : SbVec3i32 *
padding : SbVec2i32 *
internalData : SoBufferObject *
sigBits : int -> unit
Parameters
- size
- Type: OIV.InventorSbBox3f
- type
- Type: OIV.LDM.NodesSoDataSetDataTypes
- dim
- Type: OIV.InventorSbVec3i32
- padding
- Type: OIV.InventorSbVec2i32
- internalData
- Type: OIV.Inventor.DevicesSoBufferObject
- sigBits
- Type: SystemInt32
Remarks See Also