We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Used offset method on a PolyLine object. Which created a "dent" in the PolyLine output.
Problems occurs in this method:
BHoM_Engine/Geometry_Engine/Modify/Offset.cs
Line 133 in 7aceffd
Test script shows issue.
Expected behavior is that the offset output keeps the same shape as the input. Behavs same as the Rhino version of offset shown in testscript.
https://burohappold.sharepoint.com/sites/BHoM/02_Current/Forms/AllItems.aspx?id=%2Fsites%2FBHoM%2F02%5FCurrent%2F12%5FScripts%2F01%5FIssue%2FBHoM%2FBHoM%5FEngine%2FGeometry%5FEngine%2F%233235%2DOffsetProducingDentICurve%2Egh&viewid=a5a93cba%2Dfcca%2D46cc%2Da31a%2D80b8d5cbfd7b&parent=%2Fsites%2FBHoM%2F02%5FCurrent%2F12%5FScripts%2F01%5FIssue%2FBHoM%2FBHoM%5FEngine%2FGeometry%5FEngine
The text was updated successfully, but these errors were encountered:
@KalleEdstroem is this not covered by #1333 ?
Sorry, something went wrong.
I would guess that the things mentioned in #1333 are the reasons why this bug is occurring.
Merge branch 'develop' into Geometry_Enigne-#3235-RefactorPolylineOffset
073f976
peterjamesnugent
Successfully merging a pull request may close this issue.
Description:
Used offset method on a PolyLine object.
Which created a "dent" in the PolyLine output.
Problems occurs in this method:
BHoM_Engine/Geometry_Engine/Modify/Offset.cs
Line 133 in 7aceffd
Steps to reproduce:
Test script shows issue.
Expected behaviour:
Expected behavior is that the offset output keeps the same shape as the input. Behavs same as the Rhino version of offset shown in testscript.
Test file(s):
https://burohappold.sharepoint.com/sites/BHoM/02_Current/Forms/AllItems.aspx?id=%2Fsites%2FBHoM%2F02%5FCurrent%2F12%5FScripts%2F01%5FIssue%2FBHoM%2FBHoM%5FEngine%2FGeometry%5FEngine%2F%233235%2DOffsetProducingDentICurve%2Egh&viewid=a5a93cba%2Dfcca%2D46cc%2Da31a%2D80b8d5cbfd7b&parent=%2Fsites%2FBHoM%2F02%5FCurrent%2F12%5FScripts%2F01%5FIssue%2FBHoM%2FBHoM%5FEngine%2FGeometry%5FEngine
The text was updated successfully, but these errors were encountered: