Skip to content

fix(mesh): Ensure that triangulated_mesh3d never raises exception#450

Merged
chriswmackey merged 1 commit intoladybug-tools:masterfrom
chriswmackey:master
Sep 25, 2025
Merged

fix(mesh): Ensure that triangulated_mesh3d never raises exception#450
chriswmackey merged 1 commit intoladybug-tools:masterfrom
chriswmackey:master

Conversation

@chriswmackey
Copy link
Member

We were getting exceptions raised in the case that a Face3D with zero area was used to make a triangulated_mesh3d.

I think the logic follows that, if we allow for the creation of a Face3D with zero area, we should similarly allow it's triangulated Mesh3D to exist with zero area.

@chriswmackey chriswmackey self-assigned this Sep 25, 2025
@chriswmackey chriswmackey added the bug Something isn't working label Sep 25, 2025
We were getting exceptions raised in the case that a Face3D with zero area was used to make a triangulated_mesh3d.

I think the logic follows that, if we allow for the creation of a Face3D with zero area, we should similarly allow it's triangulated Mesh3D to exist with zero area.
@chriswmackey chriswmackey merged commit cb25a9c into ladybug-tools:master Sep 25, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant