Files
create/src/App
M G Berberich 6d1b292280 [PartDesign] Dynamic hole cut-types
‣ Make countersink and counterbore on metric holes freely definable by user.

‣ Fixed the Naming of M1.6, M2, M2.5 and M3.5

‣ Added constructor for custom enums from Enums to PropertyEnumeration

‣ Put definitions of cut-types (counterbore/countersink) for
  screwtypes into json-files for easy modification.

‣ Allow users to put its own definitions in json-files in
  [UserDir]/Mod/PartDesign/Resources/Hole

‣ Contains several examples of cut-type definition json-files that are
  propably not production-ready.

This uses a local copy of nlohmann::json¹ to read json-files.

__________
¹ This is a very nice,header-only C++ library under the MIT License
  (https://github.com/nlohmann/json). I copied the single-file-version
  and the forward-declaration-header into …/PartDesign/App/ so no new
  dependencies arise.
2020-10-31 12:49:00 +01:00
..
2019-07-15 23:20:52 -03:00
2020-06-15 19:38:39 +02:00
2019-09-18 01:01:14 +02:00
2020-06-15 19:38:39 +02:00
2020-08-30 14:51:55 +02:00
2020-04-07 12:50:54 +02:00
2019-02-19 23:21:35 +01:00
2020-01-13 02:30:39 +01:00