Skip to content

Conversation

@amatulic
Copy link
Contributor

No description provided.

if (polyarea > EPSILON) // Discard zero area polygons
let(
plane = plane_from_polygon(poly,1e-4),
err2 = assert(plane,"\nFound non-coplanar face."), // possibly redundant

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd tweak this particular assert to be clearer on where it came from. The alternative is y'all having to do line number matching against whatever sha someone was using.

I'm not advocating E100/E101/E102, but I figure you get what I'm hand waving at in regards to being able to ingest user bug reports.

@adrianVmariano adrianVmariano merged commit 7d649cf into BelfrySCAD:master Jul 29, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants