compas icon indicating copy to clipboard operation
compas copied to clipboard

Core packages of the COMPAS framework.

Results 182 compas issues
Sort by recently updated
recently updated
newest added

Not sure about this one, maybe I'm using it wrong but getting an unexpected result when running `convex_hull` (the pure python one) on a collection of co-planar points. **To Reproduce**...

**Describe the bug** I have a set of [vertices and faces](https://gist.githubusercontent.com/romanarust/58e5dfea928ecd2207dd21d5b512ba4e/raw/7c0cad520963c2d2fa013e0b9d48285934de23d7/vertices_faces.json) from a correct, closed mesh, but the function `unify_cycles` fails. The reason for this is that when there are...