| SoSimplifierSetVerbosity Method  | 
Sets whether to print messages while simplifying. 
 
Namespace: OIV.Inventor.SimplifierAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetVerbosity(
	bool v
)
Public Sub SetVerbosity ( 
	v As Boolean
)
public:
void SetVerbosity(
	bool v
)
member SetVerbosity : 
        v : bool -> unit 
Parameters
- v
 - Type: SystemBoolean
 
Remarks
See Also