Skip to content
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

vtkContourTriangulator: fill polyline contours #6059

Merged
merged 8 commits into from
May 12, 2024

Conversation

banesullivan
Copy link
Member

Overview

New filter to triangulate and fill all 2D contours to create polygons using vtkContourTriangulator

Details

This filter will fill polylines that lie on a plane to reconstruct banded contours

Example code included to create:

screenshot

@pyvista-bot pyvista-bot added the enhancement Changes that enhance the library label May 9, 2024
Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.98%. Comparing base (d3170c9) to head (ed34667).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6059   +/-   ##
=======================================
  Coverage   96.97%   96.98%           
=======================================
  Files         141      141           
  Lines       24633    24639    +6     
=======================================
+ Hits        23889    23895    +6     
  Misses        744      744           

@tkoyama010
Copy link
Member

@pyvista-bot preview

@pyvista-bot
Copy link
Contributor

Copy link
Member

@tkoyama010 tkoyama010 left a comment

Choose a reason for hiding this comment

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

LGTM

@banesullivan banesullivan marked this pull request as ready for review May 12, 2024 04:27
@banesullivan banesullivan merged commit c4359ae into main May 12, 2024
30 checks passed
@banesullivan banesullivan deleted the feat/traingulate-contours branch May 12, 2024 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Changes that enhance the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants