Tag: user interface

  • Get user selected parameters for a deposition run

    If you’ve got a script with a deposition model in it, many of the parameters may be hard wired.  If the user needs to run a different scenario (e.g. different volume, tailings stream, base grid etc) then it would be useful to have a dialog box pop up at the start of the script execution…

  • Getting a value from a user

    If you want to get rid of hard wired variables in a script and instead allow the user to select values from a dialog  box, then the API muk3d.ui.forms provides some easy ways to build a dialog. If you only have a single variable to get from the user, you can use one of the…

  • Building a dialog with multiple fields

    If you need to get some data you can use the ask_* commands from the API module muk3d.ui.forms.  These are ok if you only want to get a single value, but tiresome if you need to get multiple  values from the user.   In that scenario, you’d use a different API function to build a dialog…

  • Muk3D User interface overview

    Muk3D User interface overview

    This chapter introduces the user interface and explains the various components. The downloadable Installation and User interface guide can be found below: Core components of the interface are shown below. Component Description Muk3D version The version of  that is currently running. Project The file path of the open project Project explorer Files and directories in…