Files
cadquery/tests
Marcus Boyd 6a440b63af Handle constraints from infinite faces (#797)
* Face.toPln method added

* solver: set xtol_abs

* Constraint: handle infinite faces

Infinite faces have their center at 1e99, which was causing overflows in
the solver and also was not what the user intended when creating the
Shape. They are now converted to the expected values.
2021-07-06 16:47:36 +09:30
..
2020-09-24 13:27:13 -04:00
2021-03-17 14:14:37 +10:30
2021-03-18 19:50:05 +01:00
2013-04-16 22:29:06 -04:00
2021-03-17 14:14:37 +10:30

It is OK for tests to import implementations like FreeCAD directly.