DiscussionsIssue archiveData Exchange and Application Framework

Archived discussion

Skipping 'Statistics on Transfer' while writing STEP file.

Data Exchange and Application FrameworkThu, 12/02/2021 - 09:362 replies

Browse this forum
QuestionAuthor

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.

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

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

02Author

Thank you. The issue is solved.