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)
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