If \visible_area_center is written inside a step block, the change of centering point defined by this operator is only applied for the current step. In the other case, if it is specified between two step blocks, the new focus becomes global, it is applied on all next steps. Local operator is always prioritary: if a global focus point has been defined before the current step, the local focus point is applied for this step but the global point is restored for next steps.
\visible_area_center(o);
....
\step {
....
\visible_area_center(mid_ab); % focus this step around mid_ab point
....
}
\step {
.... % the focus is still the o point
}
\visible_area_center(VERTEX);
VERTEX Description : Indicates the name of the focus point. Type : Symbol, vertex identifier. Allowed values : Any vertex identifier previously defined.