goulu / Goulib

library of useful Python code for scientific + technical applications
GNU Lesser General Public License v3.0
42 stars 6 forks source link

WARNING:root:unhandled entity type SPLINE #6

Open MrM33seeks opened 7 years ago

MrM33seeks commented 7 years ago

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 commented 7 years ago

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...