SoTextureImageElementGet Method (SoState, Int32, Int32, Single, Int32) |
Gets the current image minFilter, magFilter and maxAnisotropy.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Get(
SoState state,
out int _minFilter,
out int _magFilter,
out float _maxAnisotropy,
int unit
)
Public Shared Sub Get (
state As SoState,
<OutAttribute> ByRef _minFilter As Integer,
<OutAttribute> ByRef _magFilter As Integer,
<OutAttribute> ByRef _maxAnisotropy As Single,
unit As Integer
)
public:
static void Get(
SoState^ state,
[OutAttribute] int% _minFilter,
[OutAttribute] int% _magFilter,
[OutAttribute] float% _maxAnisotropy,
int unit
)
static member Get :
state : SoState *
_minFilter : int byref *
_magFilter : int byref *
_maxAnisotropy : float32 byref *
unit : int -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- _minFilter
- Type: SystemInt32
- _magFilter
- Type: SystemInt32
- _maxAnisotropy
- Type: SystemSingle
- unit
- Type: SystemInt32
Remarks See Also