3DCoat Python API
The 3DCoat Python API documentation.
Loading...
Searching...
No Matches
HelloWorld.py
The simplest Hello World!
The simplest Hello World!
1
# The simplest program - just show the Hello world!
2
import
coat
3
# just show the text in the dialog with the OK button.
4
# most of 3DCoat functions accesible using the coat module
5
coat.dialog
().text(
"Hello world!"
).ok().show();
coat.dialog
Definition
coat.py:3450
Generated by
1.11.0