Create
Creates a new Checkerboard instance.
Create()
Arguments
No arguments.
Output
Creates a new Checkerboard object.
Checkerboard generation or calibration-board helper.
from Xenonix.Core import Checkerboard
Filter methods, arguments, and configuration keys on this page.
Use Config(...) with these keys where the class exposes configuration.
This object does not expose a public Config table.
Creates a new Checkerboard instance.
Create()
No arguments.
Creates a new Checkerboard object.
Runs the Generate operation for Checkerboard.
Generate(Rows=9, Cols=6, Size=20, Add_Border=True, Path=None)
| Argument | Default | Accepted values | What it does |
|---|---|---|---|
Rows |
9 |
Any valid value | Rows value used by the operation. |
Cols |
6 |
Any valid value | Cols value used by the operation. |
Size |
20 |
Any valid value | Size value used by the operation or widget. |
Add_Border |
True |
Any valid value | Turns add border on or off. |
Path |
None |
Any valid value | File path used for reading or writing. |
Runs the operation. Some methods update the object in place.