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

offset_points function returns none #206

Open
Gadgeteering opened this issue Apr 23, 2023 · 0 comments
Open

offset_points function returns none #206

Gadgeteering opened this issue Apr 23, 2023 · 0 comments

Comments

@Gadgeteering
Copy link

When executing the offset point command below with the following shape None is returned.

shape = [(60.007, 5.054), (58.407, 5.054), (58.407, 5.054), (58.407, 3.655), (58.407, 3.655), (60.007, 3.655), (60.007, 3.655), (60.007, 5.054)]
offset = 0.1
inside=False
utils.offset_points(shape, offset, internal=inside)

[None, None, None, None, None, None, None, None]

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

No branches or pull requests

1 participant