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

Method size

cadquery/cq.py:358–362  ·  view source on GitHub ↗

Return the number of objects currently on the stack

(self)

Source from the content-addressed store, hash-verified

356 return [self.newObject([o]) for o in self.objects]
357
358 def size(self) -> int:
359 """
360 Return the number of objects currently on the stack
361 """
362 return len(self.objects)
363
364 def vals(self) -> List[CQObject]:
365 """

Callers 15

test_siblingsFunction · 0.45
test_set_opsFunction · 0.45
testImportDXFMethod · 0.45
test_step_optionsFunction · 0.45
test_fused_assemblyFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_siblingsFunction · 0.36
test_set_opsFunction · 0.36
testImportDXFMethod · 0.36
test_step_optionsFunction · 0.36
test_fused_assemblyFunction · 0.36