FreeCAD: master c042eb74

Author Committer Branch Timestamp Parent
vocx-fc yorik master 2020-06-12 17:15:54 master 28778703
Changeset Draft: set properties of the Dimension class through functions

There are three classes `DimensionBase`, `LinearDimension`, and
`AngularDimension`, their properties are set only if they don't
already exist.

Provide also better documentation in the tooltips,
and use `setPropertyStatus` to hide and show the intended
properties in the property editor.

The `Support` property is not used at all except as a way to
store an object, so it should probably be removed in the future.
mod - src/Mod/Draft/draftobjects/dimension.py Diff File