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
As in the title, happens due to refLines being processed instead of refLeft:
refLines
refLeft
BHoM_Engine/Geometry_Engine/Compute/BooleanIntersection.cs
Lines 111 to 121 in 5bcc6bb
BHoM_Engine/Geometry_Engine/Compute/BooleanDifference.cs
Lines 66 to 74 in 5bcc6bb
The text was updated successfully, but these errors were encountered:
#3320 fixed and UTs for boolean operations finalised
b4f0963
pawelbaran
Successfully merging a pull request may close this issue.
Description:
As in the title, happens due to
refLines
being processed instead ofrefLeft
:BHoM_Engine/Geometry_Engine/Compute/BooleanIntersection.cs
Lines 111 to 121 in 5bcc6bb
BHoM_Engine/Geometry_Engine/Compute/BooleanDifference.cs
Lines 66 to 74 in 5bcc6bb
The text was updated successfully, but these errors were encountered: