Do not write the name of the element in the code of the Advanced post-search relations. For example, to access the Width property of some Element1, write simply Width.
Additional constraints set on the Advanced tab in the Advanced post-search relations pane may only refer to the current element and the elements located above the current element in the FlexiLayout tree. If this condition is not met, the program will highlight the illegal element.
You can use this pane to do the following:
Apply constraints to the properties of a hypothesis
Apply constraints to the properties of a hypothesis
E.g.:The constraint Width > 5*cm for a hypothesis 3cm long will return a quality of 0, which will cause the program to stop formulating hypotheses for the element and its subelements.
Check the properties of a hypothesis
Check the properties of a hypothesis
E.g.:The following condition checks the height of the hypothesis and, depending on the result, limits or adjusts its width.if Height > 3cm then Width > 5cm;
Adjust the quality of a hypothesis
Adjust the quality of a hypothesis
You can adjust the quality of a hypothesis by calling the Quality(q) function, where q is a variable of type Quality. Executing this command multiplies the quality of the hypothesis by q.Important! Use of this feature requires caution. Do not use it if you are not sure of the results.
