Working with Scripts

Learning Python Scripting

Python is a relatively simple scripting language to learn. Before starting to use Python in Micromine Geobank, it is recommended you learn the fundamentals of how Python works. There are may resources to do this online. Some suggestions are:

https://www.learnpython.org/

https://docs.python.org/3/tutorial/

Python and Micromine Geobank controls

The control provided in the Form Designer are WPF (Windows Presentation Framework) controls with additional custom controls.

If you prefer to manage controls via scripting, it is recommended you learn the fundamentals of WPF controls. A simple online tutorial is available here:

https://wpf-tutorial.com/

Examples

Many of the WPF (Windows Presentation Framework) controls used in the Form Designer can be managed using a library of Python scripts. See: Scripting with Controls