-
Notifications
You must be signed in to change notification settings - Fork 13
Geometry_Engine: Add controls to external edges for mesh #2957
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: Add controls to external edges for mesh #2957
Conversation
@BHoMBot check compliance |
@IsakNaslundBh to confirm, the following actions are now queued:
|
@IsakNaslundBh to confirm, the following actions are now queued:
There are 4 requests in the queue ahead of you. |
@BHoMBot check required |
@IsakNaslundBh to confirm, the following actions are now queued:
|
The check |
The check |
The check |
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.
I have left a few minor comments to the code. Additionally, I would rather spend 1 minute to add missing input descriptions (should be really simple in this case) and be done with it 🙈
Co-authored-by: Pawel Baran <[email protected]>
…clustering instead of lists Main reason for change is to fix potential issue with non-manifold meshes
@BHoMBot check compliance |
@pawelbaran to confirm, the following actions are now queued:
|
@BHoMBot check compliance |
@IsakNaslundBh to confirm, the following actions are now queued:
|
@BHoMBot check compliance |
@IsakNaslundBh to confirm, the following actions are now queued:
|
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.
Happy with the code and functionality, with one minor comment: during testing I have found out that ExternalEdges
for meshes returns only the edges that adjoin to only one face, which makes perfect sense, but is counterintuitive in case of three-dimensional meshes, i.e. for a cuboidal mesh the method would return an empty collection, while one could possibly expect the edges of the cuboid. This could be explained a bit better in the description to avoid confusion on the user's side.
@FraserGreenroyd to confirm, the following actions are now queued:
There are 228 requests in the queue ahead of you. |
The check |
@BHoMBot check ready-to-merge |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 10 requests in the queue ahead of you. |
The check |
NOTE: Depends on
Issues addressed by this PR
Closes #2956
Update external edge method for Mesh to support getting Edges out by topology or geometry.
Test files
https://burohappold.sharepoint.com/:f:/s/BHoM/ElVIwxksipROv3GK94FTYQwBXbEHfFy1Z8gk-8bz7QtN1A?e=NwaeVy
Changelog
Additional comments