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

Lusas_Toolkit: Detect HOFs when deleting elements #141

Open
peterjamesnugent opened this issue Dec 19, 2018 · 1 comment
Open

Lusas_Toolkit: Detect HOFs when deleting elements #141

peterjamesnugent opened this issue Dec 19, 2018 · 1 comment
Labels
severity:medium Slows progress, but workaround is possible type:feature New capability or enhancement

Comments

@peterjamesnugent
Copy link
Member

peterjamesnugent commented Dec 19, 2018

When deleting points, the method should recognise when a point is part of a higher order feature (such as a line or surface) and return a warning.

We could probably do this in a single Linq query and group in to one warning.

e.g. "P1, P2, P3 and P4" define higher order features and therefore cannot be deleted.

The same would go for lines, and it will not be too difficult for surfaces (if solids are implemented).

@peterjamesnugent peterjamesnugent added this to the BHoM 2.2 MVP milestone Dec 19, 2018
@adecler adecler removed this from the BHoM 2.2 MVP milestone Dec 21, 2018
@al-fisher al-fisher added severity:medium Slows progress, but workaround is possible type:feature New capability or enhancement and removed feature labels Mar 20, 2019
@peterjamesnugent
Copy link
Member Author

Maybe as an interim solution we raise a warning when this is the case (the deletes are generally not implemented).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity:medium Slows progress, but workaround is possible type:feature New capability or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants