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

Subsets based on boolean property #110

Open
andrea-bistacchi opened this issue Oct 24, 2024 · 0 comments
Open

Subsets based on boolean property #110

andrea-bistacchi opened this issue Oct 24, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@andrea-bistacchi
Copy link
Collaborator

In different situations, it could be useful to select just a subset of an entity. This can be easily implemented using a scalar property defined on nodes (or cells?) that takes values 1 (=True -> belonging to subset) or 0 (=False -> not belonging to subset).

This will be hugely useful in analysis (e.g. select a subset from a set of dip data or a point cloud, see #29) and modelling (e.g. modify just a subset of a surface).

Actually, no update is required in the data structure to implement this system, but only tools to select subsets based on a property, and tools to select a subset of points (or cells) and attribute a property. These can be interactive selection tools (e.g. a lazo tool to select nodes within a polygon) or query tools based on combinations of other properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants