Conversation
This reverts commit 392e1fb.
…orrected by the enegy ration
…n defaulting to the start position (this enables support of TaperedProfile)
…ionProfile, and FreeformProfile to InterpolateProfile
… extruding curves that iterates returning a loft over an extrusion)
Co-authored-by: Peter Nugent <Peter.Nugent@burohappold.com>
Co-authored-by: Peter Nugent <Peter.Nugent@burohappold.com>
just removed the word completely in general rather than replacing with transversal. The context is implicit by the method anyway
BHoMBot
requested review from
IsakNaslundBh,
adecler and
rwemay
as code owners
September 14, 2026 16:05
BHoMBot
requested review from
al-fisher,
alelom,
jamesramsden-bh,
kayleighhoude,
pawelbaran and
peterjamesnugent
as code owners
September 14, 2026 16:05
|
Please be advised that the check with reference 104233168621 has more than 50 annotations of notes. API limitations restrict annotations to 50. You may need to rerun this check to obtain the next set when you make changes. At the time of reporting this check, there are 7 additional annotations waiting, made up of 0 errors and 7 warnings. |
vgreen-BH
self-requested a review
September 15, 2026 16:20
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.
BHoM_Engine
Feature
Query.RoundToCeilingAwayFromZero()Query method added in theBHoM_Enginefordouble&intclassQuery.RoundToFloorTowardZero()Query method added in theBHoM_Enginefordouble&intclassModify.Fillet()added toGeometry_Engineto round corners ofpolylines, providing the newpolycurveBarobjects with `TaperedProfileInterpolateProfilemethod forFreeformProfile,TaperFlangeISectionProfile,TaperFlangeChannelProfileandVoidedISectionProfile;SectionPropertyAtParametermethod forIProfilebut specifically forTaperedProfile;Extrudemethod to account forTaperedProfile.BarSectionTransformationto take adouble positioninput instead of defaulting toBar.Startto enable it's use with `TaperedProfile;Create.TaperedProfileto require a start/end position.Compliance