SoVRMemoryReader.SetProperties Method (SbBox3f, SoDataSet.DataTypes, SbVec3s, SoBufferObject, Int32) |
Sets properties of the reader.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetProperties(
SbBox3f size,
SoDataSet. DataTypes type,
SbVec3s dim,
SoBufferObject internalData,
int sigBits
)
Public Sub SetProperties (
size As SbBox3f,
type As SoDataSet.DataTypes,
dim As SbVec3s,
internalData As SoBufferObject,
sigBits As Integer
)
public:
void SetProperties(
SbBox3f size,
SoDataSet. DataTypes type,
SbVec3s dim,
SoBufferObject^ internalData,
int sigBits
)
member SetProperties :
size : SbBox3f *
type : SoDataSet. DataTypes *
dim : SbVec3s *
internalData : SoBufferObject *
sigBits : int -> unit
Parameters
- size
- Type: OIV.Inventor.SbBox3f
- type
- Type: OIV.LDM.Nodes.SoDataSet.DataTypes
- dim
- Type: OIV.Inventor.SbVec3s
- internalData
- Type: OIV.Inventor.Devices.SoBufferObject
- sigBits
- Type: System.Int32
Remarks
See Also