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

Method size

cadquery/occ_impl/shapes.py:1943–1948  ·  view source on GitHub ↗

Simple size implementation.

(self)

Source from the content-addressed store, hash-verified

1941 return list(self)[item]
1942
1943 def size(self) -> int:
1944 """
1945 Simple size implementation.
1946 """
1947
1948 return len(list(self))
1949
1950 def reverse(self) -> Shape:
1951 """

Callers 6

nbCurveFunction · 0.45
nbCurveDerFunction · 0.45
nbSurfaceFunction · 0.45
nbSurfaceDerFunction · 0.45
derMatrixFunction · 0.45
_update_prism_historyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected