Click or drag to resize
SoSFImageGetSubTexture Method (Int32, SbVec2s, SbVec2s)

Same as above.

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

Parameters

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

Return Value

Type: SbNativeArrayByte
Remarks

Convenience method for the unsigned char datatype.

See Also