(shape0)
| 2071 | return cq.Constraint(ids, (shape0, shape0), sublocs, "PointInPlane", 0) |
| 2072 | |
| 2073 | def fail_this(shape0): |
| 2074 | with pytest.raises(ValueError): |
| 2075 | make_constraint(shape0) |
| 2076 | |
| 2077 | def resulting_pln(shape0): |
| 2078 | c0 = make_constraint(shape0) |
no test coverage detected