Click or drag to resize
SoTextureImageElementGet Method (SoState, Int32, Int32, Single, Int32)

Gets the current image minFilter, magFilter and maxAnisotropy.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void Get(
	SoState state,
	out int _minFilter,
	out int _magFilter,
	out float _maxAnisotropy,
	int unit
)

Parameters

state
Type: OIV.Inventor.MiscSoState
_minFilter
Type: SystemInt32
_magFilter
Type: SystemInt32
_maxAnisotropy
Type: SystemSingle
unit
Type: SystemInt32
Remarks