Click or drag to resize
SoTextureImage3ElementGet Method (SoState, SbVec3s, Int32, Int32, Int32, Int32, Int32, SbColor, Int32)

Gets the current image, wrap, and model.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SbNativeArray<byte> Get(
	SoState state,
	out SbVec3s size,
	out int numComponents,
	out int wrapS,
	out int wrapT,
	out int wrapR,
	out int model,
	out SbColor blendColor,
	int unit
)

Parameters

state
Type: OIV.Inventor.MiscSoState
size
Type: OIV.InventorSbVec3s
numComponents
Type: SystemInt32
wrapS
Type: SystemInt32
wrapT
Type: SystemInt32
wrapR
Type: SystemInt32
model
Type: SystemInt32
blendColor
Type: OIV.InventorSbColor
unit
Type: SystemInt32

Return Value

Type: SbNativeArrayByte
Remarks

See Also