spacether / pycalculix

Python 3 library to automate and build finite element analysis (FEA) models in Calculix. Meshing uses Calculix or GMSH.
http://justinablack.com/pycalculix/
Apache License 2.0
170 stars 56 forks source link

Typo in geometry.py #63

Closed ThomasJLinde closed 4 years ago

ThomasJLinde commented 5 years ago

Hi Justin,

I am still working a lot with pycalculix. It really is a great tool!

I think I found a little typo in the function intersects() in geometry.py. In the last line of the function (line 647) it says: return other.instersects(self)

It should be instead: return other.intersects(self)

Best regards Thomas

spacether commented 5 years ago

Hi @ThomasJLinde, Thank you for letting me know about this bug. It will be fixed in v 1.1.3 which I am working on in a new branch. Best, Justin

spacether commented 4 years ago

Resolved with https://github.com/spacether/pycalculix/releases/tag/v1.1.3