Page MenuHomePhabricator

PlanarFigure quantities are not always updated when PlanarFigure changes
Closed, ResolvedPublic

Description

The method

PlanarFigure::EvaluateFeatures()

re-calculates quantities from PlanarFigure objects. It assumes, however, that the generated poly-line of the planar figure is up-to-date. It does currently NOT re-generate the poly-line if it needs to be updated first. Since it is not guaranteed that the poly-line is up-to-date, the poly-line should be re-generated if required.

Event Timeline

[c943b9]: Merge branch 'bug-8959-planar-figures-not-updated'

Merged commits:

2011-08-03 15:44:17 Mathias Seitel [748b68]
Make sure that planar figure is updated before evaluating it