Click or drag to resize
SoSFImage3GetValue Method

Returns the pixels in the image as an array of unsigned chars.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SbNativeArray<byte> GetValue(
	out SbVec3s size,
	out int nc
)

Parameters

size
Type: OIV.InventorSbVec3s
nc
Type: SystemInt32

Return Value

Type: SbNativeArrayByte
Remarks

The size and nc arguments are filled in with the dimensions of the image and the number of components in the image; the number of bytes in the array returned will be size [0]* size [1]* size [2]* nc .

See Also