User Scripts ============ User created scripts that are more advanced than the :ref:`examples`. Index ----- :ref:`CREATE PARAMETERS FROM YAML` :ref:`DRAWING TEMPLATE` :ref:`WING SURFACE FROM NACA PROFILE` DRAWING TEMPLATE ---------------- Creating a drawing template in the background view. See script header for more information. .. image:: images/DrawingTemplate.png `Drawing Template `_ CREATE PARAMETERS FROM YAML --------------------------- Creates parameter sets and parameters based on the contents of a YAML file. Great for creating complex parameter structures. See script header for more information. .. image:: images/parameters.png `Create parameters from YAML `_ WING SURFACE FROM NACA PROFILE ------------------------------ Reads the contents of the NACA dat file `sc20610.dat` to create a wing surface. See script header for more information. .. image:: images/WingSurface.png `Wing Surface From Naca Profle `_