commit
e2ac623acc
|
@ -2121,7 +2121,7 @@ class Workplane(CQ):
|
||||||
elif type(toCut) == Solid:
|
elif type(toCut) == Solid:
|
||||||
solidToCut = toCut
|
solidToCut = toCut
|
||||||
else:
|
else:
|
||||||
raise ValueError("Cannot cut type '{}'".formatr(type(toCut)))
|
raise ValueError("Cannot cut type '{}'".format(type(toCut)))
|
||||||
|
|
||||||
newS = solidRef.cut(solidToCut)
|
newS = solidRef.cut(solidToCut)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user