bellockk / alphashape

Toolbox for constructing alpha shapes.
MIT License
258 stars 28 forks source link

Documentation not clear #9

Open lorenzoridolfi opened 5 years ago

lorenzoridolfi commented 5 years ago

The documentation is not clear if the package is only two dimensional or N-dimensional. All examples are also in two-dimensions, not helping again to understand if more than two dimensions are supported. It should be stated at the beginning of the documentation if the package is N-dimensional or only two-dimensional.

theo258 commented 4 years ago

For me 3D wasn't working. I got the following error:


File "D:...\alphashape\alphashape.py", line 75, in alphashape
for ia, ib, ic in tri.vertices:
ValueError: too many values to unpack (expected 3)
hschoeller commented 1 year ago

It is in fact made for up to three dimension although the optimization feature is not supported in three dimensions.