Click or drag to resize
SoVRMemoryReader.SetProperties Method (SbBox3f, SoDataSet.DataTypes, SbVec3i32, SbNativeArray<Byte>, Int32)

Note: This API is now obsolete.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetProperties(
	SbBox3f size,
	SoDataSet. DataTypes type,
	SbVec3i32 dim,
	SbNativeArray<byte> internalData,
	int sigBits
)

Parameters

size
Type: OIV.Inventor.SbBox3f
type
Type: OIV.LDM.Nodes.SoDataSet.DataTypes
dim
Type: OIV.Inventor.SbVec3i32
internalData
Type: OIV.Inventor.Generic.SbNativeArray<Byte>
sigBits
Type: System.Int32
Remarks

Obsoletesince Open Inventor 8000 No longer used. Use setProperties(const SbBox3f&,SoDataSet.DataType,const SbVec3i32, SoBufferObject*, int) instead.

See Also