added shellFS component and tests#629
Merged
shimwell merged 3 commits intodevelop_pre_reviewfrom Dec 11, 2020
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## develop_pre_review #629 +/- ##
======================================================
+ Coverage 97.96% 98.15% +0.19%
======================================================
Files 65 66 +1
Lines 3628 4014 +386
======================================================
+ Hits 3554 3940 +386
Misses 74 74
Continue to review full report at Codecov.
|
RemDelaporteMathurin
left a comment
There was a problem hiding this comment.
Hi @shimwell. Nice new feature here. Do you think it's worth trying with the offset2d method ? If i understood well, it's fairly similar but we maybe wouldn't need that additionnal wedge cut at the end.
Co-authored-by: Rémi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
This adds the shell from shape parametric component that we discussed earlier today with @RemDelaporteMathurin and @billingsley-john .
The final solution is based on a discovery @billingsley-john who found the .shell method.
The result is a versatile shape with quite a small amount of code.
The shell shape is cut using a WedgeCutterFS() based on the shape passed into the ShellFS()
Unfortunately it fails when trying to offset a certain blanket I'm working on. I believe that is due to the use of splines on the outer part. It works when the blanket is make entirely from straight sections
Also it can fail when the filleted edges make contact each other
TODO
Here are some examples of the shape in use
Types of changes
Checklist
Put an
xin 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.