Skip to content

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

Conversation

IsakNaslundBh
Copy link
Contributor

@IsakNaslundBh IsakNaslundBh commented Nov 29, 2022

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

@IsakNaslundBh
Copy link
Contributor Author

@BHoMBot check compliance

@bhombot-ci
Copy link

bhombot-ci bot commented Nov 29, 2022

@IsakNaslundBh to confirm, the following actions are now queued:

  • check code-compliance
  • check documentation-compliance
  • check project-compliance
  • check branch-compliance
  • check dataset-compliance
  • check copyright-compliance

@IsakNaslundBh IsakNaslundBh marked this pull request as ready for review November 29, 2022 12:10
@IsakNaslundBh
Copy link
Contributor Author

@BHoMBot check compliance
@BHoMBot check unit-tests

@bhombot-ci
Copy link

bhombot-ci bot commented Nov 29, 2022

@IsakNaslundBh to confirm, the following actions are now queued:

  • check code-compliance
  • check documentation-compliance
  • check project-compliance
  • check branch-compliance
  • check dataset-compliance
  • check copyright-compliance
  • check unit-tests

There are 4 requests in the queue ahead of you.

@IsakNaslundBh
Copy link
Contributor Author

@BHoMBot check required

@bhombot-ci
Copy link

bhombot-ci bot commented Nov 29, 2022

@IsakNaslundBh to confirm, the following actions are now queued:

  • check code-compliance
  • check documentation-compliance
  • check project-compliance
  • check core
  • check null-handling
  • check serialisation
  • check versioning
  • check installer

@bhombot-ci
Copy link

bhombot-ci bot commented Nov 29, 2022

The check code-compliance has already been run previously and recorded as a successful check. This check has not been run again at this time.

@bhombot-ci
Copy link

bhombot-ci bot commented Nov 29, 2022

The check documentation-compliance has already been run previously and recorded as a successful check. This check has not been run again at this time.

@bhombot-ci
Copy link

bhombot-ci bot commented Nov 29, 2022

The check installer has already been run previously and recorded as a successful check. This check has not been run again at this time.

Copy link
Member

@pawelbaran pawelbaran left a 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 🙈

IsakNaslundBh and others added 3 commits December 9, 2022 09:34
…clustering instead of lists

Main reason for change is to fix potential issue with non-manifold meshes
@IsakNaslundBh IsakNaslundBh self-assigned this Dec 9, 2022
@IsakNaslundBh IsakNaslundBh added type:bug Error or unexpected behaviour type:feature New capability or enhancement labels Dec 9, 2022
@IsakNaslundBh IsakNaslundBh changed the title Geometry engine #2956 add controls to external edges for mesh Geometry_Engine: Add controls to external edges for mesh Dec 9, 2022
@IsakNaslundBh IsakNaslundBh changed the base branch from main to develop January 3, 2023 09:17
@pawelbaran
Copy link
Member

@BHoMBot check compliance

@bhombot-ci
Copy link

bhombot-ci bot commented Jan 3, 2023

@pawelbaran to confirm, the following actions are now queued:

  • check code-compliance
  • check documentation-compliance
  • check project-compliance
  • check branch-compliance
  • check dataset-compliance
  • check copyright-compliance

@IsakNaslundBh
Copy link
Contributor Author

@BHoMBot check compliance

@bhombot-ci
Copy link

bhombot-ci bot commented Jan 3, 2023

@IsakNaslundBh to confirm, the following actions are now queued:

  • check code-compliance
  • check documentation-compliance
  • check project-compliance
  • check branch-compliance
  • check dataset-compliance
  • check copyright-compliance

@IsakNaslundBh
Copy link
Contributor Author

@BHoMBot check compliance

@bhombot-ci
Copy link

bhombot-ci bot commented Jan 3, 2023

@IsakNaslundBh to confirm, the following actions are now queued:

  • check code-compliance
  • check documentation-compliance
  • check project-compliance
  • check branch-compliance
  • check dataset-compliance
  • check copyright-compliance

Copy link
Member

@pawelbaran pawelbaran left a 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
Copy link
Contributor

@BHoMBot check required
@BHoMBot check unit-tests

@bhombot-ci
Copy link

bhombot-ci bot commented Jan 3, 2023

@FraserGreenroyd to confirm, the following actions are now queued:

  • check code-compliance
  • check documentation-compliance
  • check project-compliance
  • check core
  • check null-handling
  • check serialisation
  • check versioning
  • check installer
  • check unit-tests

There are 228 requests in the queue ahead of you.

@bhombot-ci
Copy link

bhombot-ci bot commented Jan 3, 2023

The check code-compliance has already been run previously and recorded as a successful check. This check has not been run again at this time.

@FraserGreenroyd FraserGreenroyd removed the type:bug Error or unexpected behaviour label Jan 4, 2023
@FraserGreenroyd
Copy link
Contributor

@BHoMBot check ready-to-merge

@bhombot-ci
Copy link

bhombot-ci bot commented Jan 4, 2023

@FraserGreenroyd to confirm, the following actions are now queued:

  • check ready-to-merge

There are 10 requests in the queue ahead of you.

@bhombot-ci
Copy link

bhombot-ci bot commented Jan 4, 2023

The check installer has already been run previously and recorded as a successful check. This check has not been run again at this time.

@FraserGreenroyd FraserGreenroyd merged commit d5bb20a into develop Jan 4, 2023
@FraserGreenroyd FraserGreenroyd deleted the Geometry_Engine-#2956-AddControlsToExternalEdgesForMesh branch January 4, 2023 00:23
@bhombot-ci bhombot-ci bot mentioned this pull request Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New capability or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Geometry_Engine: Add control over ExternalEdges for mesh if to be done by geometry or topology
3 participants