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

WARNING:root:unhandled entity type SPLINE #6

Open
MrM33seeks opened this issue Dec 28, 2016 · 1 comment
Open

WARNING:root:unhandled entity type SPLINE #6

MrM33seeks opened this issue Dec 28, 2016 · 1 comment
Assignees

Comments

@MrM33seeks
Copy link

MrM33seeks commented Dec 28, 2016

When attempting to draw a simple spline I get the message:
WARNING:root:unhandled entity type SPLINE

Circle and lines are normally plotted.

untitled-1 copy

Line used: Drawing("C:/Users/User1/Desktop/Draw1.DXF").

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40458249-warning-root-unhandled-entity-type-spline?utm_campaign=plugin&utm_content=tracker%2F876436&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F876436&utm_medium=issues&utm_source=github).
@goulu
Copy link
Owner

goulu commented Dec 29, 2016

yeah, well... splines aren't fully implemented at the moment. only older "cubic splines" are handled in Goulib.drawing , newer "Bezier splines" aren't yet.

You're most welcome to contribute to Goulib if you want to add this feature (there is a commented out stub of code with ref urls in drawing. py to start with)

Or I may add this one of these days but it's not in my priorities...

@goulu goulu self-assigned this Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants