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

pyefd for 3D points #15

Closed
dalbenzioG opened this issue Nov 10, 2021 · 1 comment
Closed

pyefd for 3D points #15

dalbenzioG opened this issue Nov 10, 2021 · 1 comment
Assignees

Comments

@dalbenzioG
Copy link

dalbenzioG commented Nov 10, 2021

Hi!

I wondered if I could use pyefd for generating the contour from 3D data points, where x, y, and z are the coordinates of a generic point. Do you have any suggestions?

I really appreciate any help you can provide!

@hbldh hbldh self-assigned this Nov 26, 2021
@hbldh
Copy link
Owner

hbldh commented Nov 26, 2021

No, PyEFD is based on a strictly 2D algorithm. For 3D, you are touching on CAD or surface scanning and much more complicated matters.

One could possibly do one of following solutions:

  • some kind of flood fill-similar solution
  • starting with a bounding box and gradually shrinking it
  • starting at the center of the object and gradually expanding

I do not know if they work and they are most likely very inefficient and slow algorithms.

But it is not PyEFD you are looking for, sorry.

@hbldh hbldh closed this as completed Nov 26, 2021
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

2 participants