Scripting

Scripting in SpinFire Insight provides technical oriented users to write Python scripts to automate tasks and capture information repeatedly.


SpinFire Insight provides a user interface to

  • create,

  • write,

  • edit,

  • save,

  • load,

  • and run scripts.

../../_images/image2025-2-24_15-44-24.png

The scripting toolbar provde the folllowing functions.

Icon

Purpose

Creates the start of a new script.

Used to open a script.

Save Script.

Save Script As.

Cut to clipboard.

Copy to clipboard.

Paste to clipboard.

Run script.

Stop script.

Show documentation.

To Create/Edit a Script

  1. After opening a 3D model, click on the Scripting icon on the 3D toolbar.
    ../../_images/image2021-11-5_11-54-26.png
  2. Select New Script… .

To View Scripting Output

  1. Click View > Python.NET Console
    ../../_images/image2021-11-5_11-53-7.png
  2. The Python console appears below the graphical area. Print statements and errors appear here.
    ../../_images/image2021-11-5_12-15-13.png

See also