Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic properties #76

Open
TZwielehner opened this issue Dec 5, 2023 · 1 comment
Open

Dynamic properties #76

TZwielehner opened this issue Dec 5, 2023 · 1 comment

Comments

@TZwielehner
Copy link

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

@atomczak
Copy link
Collaborator

atomczak commented Dec 19, 2023

Hi @TZwielehner

This peculiarity comes straight from the ISO23386:2020:
image

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants