You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Please provide an explanation about how dynamic properties should be defined. Functions? Formulas?
Describe the solution you'd like
Example in Excel template, documentation
The text was updated successfully, but these errors were encountered:
This peculiarity comes straight from the ISO23386:2020:
And we implemented it to be compliant with the ISO, but I have never seen anyone using it in practice (or software capable of interpreting it). 🤷♂️
PA031 'Dynamic property' in bSDD: 'IsDynamic' takes a boolean.
PA032 'Parameters of the dynamic property' in bSDD: 'DynamicParameterPropertyCodes' takes a list of codes of properties.
The example (how I see it):
Properties: P1 (distance), P2 (time), P3 (speed). P3.IsDynamic: true P3.DynamicParameterPropertyCodes: [P1,P2] It says that value of P3 depend on P1 and P2, but it doesn't say that the formula is speed=distance/time.
Perhaps @grandfr or @Erik-RN you have a better idea of how to use dynamic properties?
Is your feature request related to a problem? Please describe.
Please provide an explanation about how dynamic properties should be defined. Functions? Formulas?
Describe the solution you'd like
Example in Excel template, documentation
The text was updated successfully, but these errors were encountered: