(simple_assy2)
| 2263 | |
| 2264 | |
| 2265 | def test_single_unary_constraint(simple_assy2): |
| 2266 | |
| 2267 | with pytest.raises(ValueError): |
| 2268 | simple_assy2.constrain("b1", "FixedRotation", (45, 0, 45)) |
| 2269 | simple_assy2.solve() |
| 2270 | |
| 2271 | |
| 2272 | def test_point_on_line(simple_assy2): |