SoSimplifierSetVerbosity Method |
Sets whether to print messages while simplifying.
Namespace: OIV.Inventor.SimplifierAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.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