-
Notifications
You must be signed in to change notification settings - Fork 34
christmann timber hall design example #215
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
Conversation
Goal is to add a design example of a timber beam.
Needs combinationWizard.py to run (PR#206)
This design example shows how to design timber structures. Closely follows the webinar: https://www.dlubal.com/en/support-and-learning/learning/webinars/002410
started to add export to an excel file
added excel output after calculation
deleted unused files and changes.
|
|
||
| # finishing modification and calculating the model | ||
| Model.clientModel.service.finish_modification() | ||
| PlausibilityCheck(True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting Plausibility error here. It seems connected to Effective lengths missing in every member.
From this point on, it was not possible for me to continue the review.
Introduced a small temporary fix, as the function GetObjectNumbersByType returns a list with a value 0
added a temporary fix
deleted unused lines
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Description
This example adds a timber design example using the following webinar as a guidance:
https://www.dlubal.com/en/support-and-learning/learning/webinars/002410
It should help the user to understand what steps to follow to design his first structure using the client.
The results are exported to an excel file to help with further tasks.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: