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

FILTER: Crop Edge Geometry #1153

Conversation

joeykleingers
Copy link
Contributor

  • Adds the Crop Edge Geometry filter, which can crop an edge geometry and allow the user to pick the boundary intersection behavior (filter error, ignore edge, interpolate outside vertex).
  • Includes documentation and a unit test.

When the Interpolate Outside Vertex boundary intersection behavior is chosen, this filter DOES NOT interpolate any vertex data, only the vertex position!

@joeykleingers joeykleingers added the Filter Adds a new filter label Dec 4, 2024
@joeykleingers joeykleingers self-assigned this Dec 4, 2024
Copy link
Contributor

@nyoungbq nyoungbq left a comment

Choose a reason for hiding this comment

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

CropEdgeGeometryFilter.cpp and CropEdgeGeometryTest.cpp need newlines at end of file.

@joeykleingers joeykleingers force-pushed the filter/CropEdgeGeometryFilter branch from 32c5006 to f037646 Compare December 8, 2024 17:11
@joeykleingers joeykleingers force-pushed the filter/CropEdgeGeometryFilter branch from f037646 to ebda06c Compare December 10, 2024 15:51
@joeykleingers joeykleingers merged commit 6b590b0 into BlueQuartzSoftware:develop Dec 11, 2024
7 checks passed
@imikejackson imikejackson deleted the filter/CropEdgeGeometryFilter branch December 19, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Filter Adds a new filter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants