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

Add support for polyfaceMesh outline rendering #138

Merged

Conversation

AlexanderBelokon
Copy link
Contributor

Old dxf documents created by AutoCAD sometimes encoded outlines as polyface meshes.

Turns out, rendering these outlines isn't that hard, so to extract some data that I needed I added their support to this package.

Would be happy if this feature can benefit other users of dxf as well!

Added tests for new code, including a sample outline encoded as a polyface mesh.

This is what this outline renders as with the patch:

outline

@skymakerolof skymakerolof merged commit 38fd3a6 into skymakerolof:develop Aug 8, 2023
@skymakerolof
Copy link
Owner

Nice work, thank you very much!

@AlexanderBelokon AlexanderBelokon deleted the polyfacemesh-outline branch August 8, 2023 17:22
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

Successfully merging this pull request may close these issues.

None yet

2 participants