Click or drag to resize
SoVolumeDataSetVolumeData Method (SbVec3i32, SbNativeArrayByte, SoDataSetDataTypes, Int32)

Note: This API is now obsolete.

Namespace: OIV.VolumeViz.Nodes
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 SetVolumeData(
	SbVec3i32 dimension,
	SbNativeArray<byte> data,
	SoDataSetDataTypes type,
	int numSignificantBits
)

Parameters

dimension
Type: OIV.InventorSbVec3i32
data
Type: OIV.Inventor.GenericSbNativeArrayByte
type
Type: OIV.LDM.NodesSoDataSetDataTypes
numSignificantBits
Type: SystemInt32
Remarks

Obsoletesince Open Inventor 7000 Please use setValue() method on SoVolumeData.data.

See Also