The picture above shows the structure of interconnections between main elements of GrowFX.
The process of building a GrowFX object consists of three stages: creation of paths - Creating Paths, creation of meshes - Creating Meshes, and modifying path directions - After Mesh Modifying.
Main algorithms work in the following sequence:
There is also a special mechanism called Affects. Affects receives some parameters, modifies them and transfers modified parameters to other algorithms to use them as source parameters.
Read more about Affects in the chapter Influence of one parameters onto others.