Versions Compared

Key

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

...

This function states that the width of the ship at a certain frame number equals the relative width at that frame number multiplied with the total width of the ship. Notice that the frame number is no direct input in this relation, but Quaestor will still ask for it in a solution as Rel_B depends on that parameter.

We'll use an alternative way of creating solutions. First we will add some attributes to the Ships object. Attributes are used to direct the behaviour of Quaestor in solutions. All available attributes are described here. We will apply two attributes: @DBENTRY and @DBOBJECT.

...

The Process Manager starts (figure 10). The left hand side shows all available datasets, in this case only our Ships object. The right hand side shows the available tasks. The parameters in the Top Goals class are shown here, as well as existing solutions. A combination of a dataset and a task results in a solution.

...