Versions Compared

Key

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

Scripting is a perfect way of extending RealFlow's capabilities or develop your own customized solutions. For this purpose, RealFlow offers a Python interface which provides all necessary commands and functions to control most of the software's nodes, parameters and attributes. The description of such an interface is called Software Development Kit (SDK). There you can find all available commands together with explanations how to use them. RealFlow's Python-SDK is part of the internal "Help Viewer" and can be used directly within the application. 

...

  • Do I always need large lists or can I loop through my objects with a while statement?
  • Is there a point where I can empty a variable and free memory?
  • Do I really need all global variables?
  • Is there unnecessary code within my script?
  • Are there ways to shorten or contract my code and statements?