Page MenuHomePhabricator

PlanarFigureWriter: PlaneGeometry extents must be stored in units, not in mm
Closed, ResolvedPublic

Description

PlaneGeometry expects up/right vectors in unit coordinates for initialization, as used in PlanarFigureReader.

PlanarFigureWriter, however, writes the up/right vectors in world (mm) coordinates; therefore a wrong extent of the planed is stored if the spacing is not 1mm in all directions.

Event Timeline

[SVN revision 22518]
FIX (#3834): Fix PlanarFigureWriter to write up/right vectors in index and not in world coordinates