Click or drag to resize
SoSFImage3GetSubTexture Method

Returns a buffer to a given subTexture set by setSubValue or setSubValues.

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

Parameters

index
Type: SystemInt32
size
Type: OIV.InventorSbVec3s
offset
Type: OIV.InventorSbVec3s

Return Value

Type: SbNativeArrayByte
Remarks

These two methods append subTextures to a list. Also returns the size of the subtexture and the offset from the beginning of the image of the requested subImage.

See Also