-
Notifications
You must be signed in to change notification settings - Fork 15
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
Geometry_Engine: Added Query.FilterByNormal method #2877
Geometry_Engine: Added Query.FilterByNormal method #2877
Conversation
@BHoMBot check required |
@tg359 to confirm, the following checks are now queued:
There are 2 requests in the queue ahead of you. |
@BHoMBot check required |
@tg359 to confirm, the following checks are now queued:
There are 12 requests in the queue ahead of you. |
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.
Thank you @tg359 for including my suggestions in the code. Now I am happy to approve it - it does what it is meant to do.
@BHoMBot check required |
@pawelbaran to confirm, the following checks are now queued:
There are 32 requests in the queue ahead of you. |
The check |
The check |
The check |
The check |
The check |
The check |
@pawelbaran to confirm, the following checks are now queued:
There are 5 requests in the queue ahead of you. |
Issues addressed by this PR
Closes #2876
Added a method to filter a list of PlanarSurface objects by their surface normal, within a given tolerance.
Test files
Geometry_Engine-#2876-AddFilterByNormal.zip
Changelog
Query.FilterByNormal()
Query method added in theGeometry_Engine
for lists of PlanarSurface objectsAdditional comments