SoVRMemoryReaderSetProperties Method (SbBox3f, SoDataSetDataTypes, SbVec3s, 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,
SbVec3s dim,
SoBufferObject internalData,
int sigBits
)
Public Sub SetProperties (
size As SbBox3f,
type As SoDataSetDataTypes,
dim As SbVec3s,
internalData As SoBufferObject,
sigBits As Integer
)
public:
void SetProperties(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3s dim,
SoBufferObject^ internalData,
int sigBits
)
member SetProperties :
size : SbBox3f *
type : SoDataSetDataTypes *
dim : SbVec3s *
internalData : SoBufferObject *
sigBits : int -> unit
Parameters
- size
- Type: OIV.InventorSbBox3f
- type
- Type: OIV.LDM.NodesSoDataSetDataTypes
- dim
- Type: OIV.InventorSbVec3s
- internalData
- Type: OIV.Inventor.DevicesSoBufferObject
- sigBits
- Type: SystemInt32
Remarks See Also