-
Notifications
You must be signed in to change notification settings - Fork 26
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
T and L-Lap joints and Show_topology_GH_component #177
Conversation
@obucklin please merge latest |
done
…On Thu, Jan 25, 2024 at 11:56 AM Chen Kasirer ***@***.***> wrote:
@obucklin <https://github.com/obucklin> please merge latest main onto
this branch as this still shows changes from already merged PR
—
Reply to this email directly, view it on GitHub
<#177 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANHAUGQQRG5HSXVBNX4LY3LYQI26BAVCNFSM6AAAAABCFUWGOGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBZHEYTKOBRGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thanks, will review by end of today. |
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.
Left a bunch of comments here and there.
But two larger topics:
- There's a ton of duplicate code in the different lap joint implementations, I feel like we could have a single parent class (e.g.
LapJoint
) where a lot of these functions live and then each concrete implementation would just add or parameterize what's special for it.
1.5 we should start writing unittests for the individual joints. Creating the features involves having to deal with many different cases and we should try to programmatically verify they are covered.
- the Assembly component is getting kind of big and messy and we should keep an eye on it and potentially upstream some stuff there to the library - but it would be better if we planned this together so lets not deal with it in this PR.
…ziokohler/compas_timber into show_topology_GH_component
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.
LGTM
Added ShowTopologyTypes GH component
Added L-Butt Joint including GH Component
Added T-Butt Joint including GH Component
added
topologies
attribute toTimberAssembly
to avoid recalculationWhat type of change is this?
Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.CHANGELOG.md
file in theUnreleased
section under the most fitting heading (e.g.Added
,Changed
,Removed
).invoke test
).invoke lint
).compas_timber.datastructures.Beam
.