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

FILT: Find Element Centroids #1110

Open
1 task
imikejackson opened this issue Oct 20, 2024 · 0 comments
Open
1 task

FILT: Find Element Centroids #1110

imikejackson opened this issue Oct 20, 2024 · 0 comments
Assignees

Comments

@imikejackson
Copy link
Contributor

imikejackson commented Oct 20, 2024

From the DREAM3D 6.6 version

This Filter computes the centroids of all Elements in the supplied Geometry. Currently, Edge, Triangle, Quadrilateral, and Tetrahedral Geometries are supported. The user must select where to store the computed centroids array; the Geometry used will belong to the Data Container in the path for the selected for the centroids.

Element centroids represent fundamental topological information about the Geometry, and thus will be stored within the Geometry object when computed. This Filter will additionally store the centroids as an Attribute Array within the data structure. The array represents the (x, y, z) coordinates of the centroid. This Filter will enforce that the centroids are stored in an Attribute Matrix that matches the fundamental Element type of the selected Geometry:

  • FindElementCentroids in DREAM3DReview
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

No branches or pull requests

2 participants