FreeCAD: master c700dc5d

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-06-04 19:55:51 master 565f2b35
Changeset Draft: improve handling of Part::Vertex when used with PointArray

The `Part::Vertex` object has both `Placement`, and `X`, `Y`, `Z`
properties. The net displacement is the sum of both of these two
properties.

Previously, the `PointArray` would only use the `Placement`
which would produce a seemingly erroneous result
because `X`, `Y`, and `Z` would be ignored.
mod - src/Mod/Draft/draftobjects/pointarray.py Diff File