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

Look for Overlapping objects #16

Open
Vadoola opened this issue Sep 9, 2024 · 0 comments
Open

Look for Overlapping objects #16

Vadoola opened this issue Sep 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Vadoola
Copy link
Owner

Vadoola commented Sep 9, 2024

This would be a complicated feature, but if a 2d dxf is exported from a 3d one by looking through a specific viewport, you might end up with shapes that overlap and aren't really visible. It might be nice to clean these up and not put them in the resulting element file. This would simplify the element and likely improve performance (of QET with the converted element file) but would add significant complexity to dxf2elmt.

Like Issue #15, in order to do this I need to look at objects as a group and try to determine if they overlap, and do they partially or fully overlap, etc, as the number of objects in the dxf increase you would get combinatorial growth of the processing needed to check.

I could try and start with an easier route. After I get clean up and get the block importing finalized I could try and do some checking, just within each block. This would reduce the number of combinations that need to be processed.

@Vadoola Vadoola added the enhancement New feature or request label Sep 9, 2024
@Vadoola Vadoola self-assigned this Sep 9, 2024
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

1 participant