The printMode(mode) Function¶
What does it do?¶
The printMode(mode) Function lets you choose whether PyWireframe prints to the console or not.
Using it¶
The mode parameter can be set to either "on" or "off". What they do should be self-explanatory. If printMode(mode) is set to "off", the printObject(value) function will throw an error.