MCPcopy Index your code
hub / github.com/CadQuery/cadquery / resulting_pln

Function resulting_pln

tests/test_assembly.py:2077–2079  ·  view source on GitHub ↗
(shape0)

Source from the content-addressed store, hash-verified

2075 make_constraint(shape0)
2076
2077 def resulting_pln(shape0):
2078 c0 = make_constraint(shape0)
2079 return c0._getPln(c0.args[0])
2080
2081 def resulting_plane(shape0):
2082 p0 = resulting_pln(shape0)

Callers 1

resulting_planeFunction · 0.85

Calls 2

make_constraintFunction · 0.85
_getPlnMethod · 0.80

Tested by

no test coverage detected