MCPcopy
hub / github.com/CadQuery/cadquery / test_expression_grammar

Function test_expression_grammar

tests/test_assembly.py:1977–1981  ·  view source on GitHub ↗
(nested_assy)

Source from the content-addressed store, hash-verified

1975
1976
1977def test_expression_grammar(nested_assy):
1978
1979 nested_assy.constrain(
1980 "TOP@faces@>Z", "SECOND/BOTTOM@vertices@>X and >Y and >Z", "Point"
1981 )
1982
1983
1984def test_PointInPlane_constraint(box_and_vertex):

Callers

nothing calls this directly

Calls 1

constrainMethod · 0.45

Tested by

no test coverage detected