3DCoat Python API
The 3DCoat Python API documentation.
Toggle main menu visibility
Main Page
Related Pages
Packages
Package List
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
•
All
Classes
Namespaces
Functions
Pages
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