Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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


SpinFire Ultimate provides a user interface to

  • create,
  • write,
  • edit,
  • save,
  • load,
  • and run scripts.

Image Added

The scripting toolbar provde the folllowing functions.

IconPurpose

Image Added

Creates the start of a new script.

Image Added

Used to open a script.

Image Added

Save Script.

Image Added

Save Script As.

Image Added

Cut to clipboard.

Image Added

Copy to clipboard.

Image Added

Paste to clipboard.

Image Added

Run script.

Image Added

Stop script.

Image Added

Show documentation.

To Create/Edit a Script

  1. After opening a 3D model, click on the Scripting icon on the 3D toolbar.
    Image Added
  2. Select New Script... .


To View Scripting Output

  1. Clck Vew > Python.NET Console
    Image Added
  2. The Python console appears below the graphical area. Print statements and errors appear here.
    Image Added