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