DynamicData
DynamicData copied to clipboard
FreeCAD workbench for creating and managing custom property container objects.
Hey there, thanks for the very helpful plugin. Should I be able to move a DD Object into a Part for organizational purposes? It seems I can move it under...
This section of the Wiki discusses naming conventions for custom properties: https://wiki.freecad.org/Property_editor#Scripting When you name a property in DD workbench, it suggests using underscores, which slightly conflicts with the above:...
I have created a property that uses IntegerConstraint (https://wiki.freecad.org/FeaturePython_Custom_Properties#App::PropertyIntegerConstraint). After a bit of testing, I realise that the maximum value I entered for this is too high and would like...
Many thanks for your workbench! I just created my first configuration. As shown in your [documentation](https://github.com/mwganson/DynamicData/blob/master/README.md#user-content-createedit-configuration), I want to make configurations for the variables `ddHeight`, `ddLength`, `ddRadius`, which are all...
Referencing this forum thread: https://forum.freecad.org/viewtopic.php?t=79873 Document A has a DD object Document B creates a link to A>dd The link shows in the tree of document B and shows the...
Hi, So, as already reported in #53 , it would be very nice to have the possibility to disable and/or rename it to another (possibly empty, if easier than a...
I absolutely love the workbench and its idea, so obviously I decided to give it a try. However, I have found a couple of things that made me decide that...
Hello, I just discover this module, which is very handy. Just one question: Is there a way to rename properties? eg: when importing a named parameter Radius from sketch001 I...
I tried using the added renaming feature mentioned in #59, but every time I try running the command from the menu bar, the following error is thrown: `dd has no...
Would it be a good idea to make a default and/or last used property list in the add property dialog? Maybe on the right or bottom side. This could be...