Work around lacking robustness of isEqual() and isSame() functions
Open
question
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
Hi,
extremely small changes due to rounding already result in `isEqual()` and `isSame()` returning false. For example when I export a shape as a `.step` file and import it again it's not considered the same anymore.
I'm hoping for suggestions on how to work around this! One idea was to compare parameters like area and center of mass and consider two shapes equal if the difference between those parameters is very small. If someone has a better idea please suggest it to me. Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.