Check if complex selectors works with assy
This commit is contained in:
@ -218,3 +218,7 @@ def test_empty_solve(nested_assy):
|
||||
|
||||
with pytest.raises(ValueError):
|
||||
nested_assy.solve()
|
||||
|
||||
def test_expression_grammar(nested_assy):
|
||||
|
||||
nested_assy.constrain("TOP@faces@>Z", "SECOND/BOTTOM@vertices@>X and >Y and >Z", "Plane")
|
||||
|
||||
Reference in New Issue
Block a user