Many thanks for your workbench!
I just created my first configuration. As shown in your documentation, I want to make configurations for the variables ddHeight, ddLength, ddRadius, which are all of the type Length. However I cannot add the unit to the configurations, either during creation of the configuration or after by adding the <variable>List.
When I change the configuration by selecting another size, some formulae fail, e.g. dd.ddWidth = dd.ddHeight + 10mm because of different units. But I had to add the mm unit to 10 in that formula, because ddWidth is of type Length.
How do I add units to the configuration lists?
PS: You might also want to prepend the variables with the (default) dd-prefix to show, that this is needed here.
Many thanks for your workbench!
I just created my first configuration. As shown in your documentation, I want to make configurations for the variables
ddHeight,ddLength,ddRadius, which are all of the typeLength. However I cannot add the unit to the configurations, either during creation of the configuration or after by adding the<variable>List.When I change the configuration by selecting another size, some formulae fail, e.g.
dd.ddWidth = dd.ddHeight + 10mmbecause of different units. But I had to add themmunit to10in that formula, becauseddWidthis of typeLength.How do I add units to the configuration lists?
PS: You might also want to prepend the variables with the (default)
dd-prefix to show, that this is needed here.