Skip to content

Conversation

@petrasvestartas
Copy link
Collaborator

Fixed planarize method to handle triangles and minor change to the docstring.

-----
The input mesh should consist primarily of quad faces for best results.
Non-quad faces may produce unexpected results.
The input mesh should consist of quad and triangle faces, else ValueError is raised.
Copy link
Member

Choose a reason for hiding this comment

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

add

"""
...

Raises
------
ValueError
    If the mesh contains faces with more than 4 vertices.
"""

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Corrected in the push below.

@petrasvestartas petrasvestartas merged commit c55d78b into main Jun 20, 2025
9 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