| SoTextureQualityElementSet Method  | 
Sets the current texture quality in the state. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Set(
	SoState state,
	float qual
)
Public Shared Sub Set ( 
	state As SoState,
	qual As Single
)
public:
static void Set(
	SoState^ state, 
	float qual
)
static member Set : 
        state : SoState * 
        qual : float32 -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - qual
 - Type: SystemSingle
 
Remarks
See Also