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

Method reverse

cadquery/occ_impl/shapes.py:1950–1955  ·  view source on GitHub ↗

Return a copy of self with reversed orientation.

(self)

Source from the content-addressed store, hash-verified

1948 return len(list(self))
1949
1950 def reverse(self) -> Shape:
1951 """
1952 Return a copy of self with reversed orientation.
1953 """
1954
1955 return self.cast(self.wrapped.Reversed())
1956
1957 def __and__(self, other: Shape) -> Compound:
1958 """

Callers 8

filterMethod · 0.80
test_reverseFunction · 0.80
test_start_endFunction · 0.80
vtk.jsFile · 0.80
PwFunction · 0.80
WRFunction · 0.80
uFFunction · 0.80
dFFunction · 0.80

Calls 1

castMethod · 0.95

Tested by 2

test_reverseFunction · 0.64
test_start_endFunction · 0.64