-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix edge refinement #49
Conversation
JPPayonk
commented
Jul 25, 2024
- fix edge refinement and naming
- add an example to MeshAPI
- label only the outer edges of the contact
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 think your code makes sense so far but I actually found a bigger problem looking at it.
Since the contacts are oriented before (!) the edge names are assigned, I would expect weird behaviour for all electrodes that not oriented in z-direction (0, 0, 1).
I tested this locally for the Vercise (not directed).
I see two possible options: either always consider the orientation when finding the contacts or having an unoriented base contact that later gets oriented.
… into fix_edge_refinement
* update wire for microprobes electrode --------- Co-authored-by: JPPayonk <[email protected]>
… into fix_edge_refinement