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

Method __init__

cadquery/occ_impl/shapes.py:434–439  ·  view source on GitHub ↗
(self, obj: TopoDS_Shape)

Source from the content-addressed store, hash-verified

432 forConstruction: bool
433
434 def __init__(self, obj: TopoDS_Shape) -> None:
435 self.wrapped = downcast(obj)
436
437 self.forConstruction = False
438 # Helps identify this solid through the use of an ID
439 self.label = ""
440
441 def clean(self: T) -> T:
442 """Experimental clean using ShapeUpgrade"""

Callers

nothing calls this directly

Calls 1

downcastFunction · 0.85

Tested by

no test coverage detected