Skipping 'Statistics on Transfer' while writing STEP file.

Hello,
I have created a console application that export shapes to STEP. Is there any way to stop/skip printing of 'Statistics on Transfer' for exported parts in the console? I have used STEPCAFControl_Writer class.
Thanks & Regards.

Kirill Gavrilov's picture

You should be able controlling output by configuring Message::DefaultMessenger() - by changing verbosity level of existing Printers or by defining own one.

Prajwal Shelar's picture

Thank you. The issue is solved.