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

Function makeUnitCube

tests/__init__.py:28–29  ·  view source on GitHub ↗
(centered=True)

Source from the content-addressed store, hash-verified

26
27
28def makeUnitCube(centered=True):
29 return makeCube(1.0, centered)
30
31
32def makeCube(size, xycentered=True):

Callers 15

testPointListMethod · 0.90
testWorkplaneFromFaceMethod · 0.90
testFrontReferenceMethod · 0.90
testTranslateSolidMethod · 0.90
testFilletMethod · 0.90
testChamferMethod · 0.90
testSplitKeepingHalfMethod · 0.90
testSplitKeepingBothMethod · 0.90

Calls 1

makeCubeFunction · 0.85

Tested by 15

testPointListMethod · 0.72
testWorkplaneFromFaceMethod · 0.72
testFrontReferenceMethod · 0.72
testTranslateSolidMethod · 0.72
testFilletMethod · 0.72
testChamferMethod · 0.72
testSplitKeepingHalfMethod · 0.72
testSplitKeepingBothMethod · 0.72