use compounds for unknown shape types
in OpenSCADUtils.applyPlacement
This commit is contained in:
committed by
Yorik van Havre
parent
51dd1b4ebb
commit
a533161fc5
@@ -572,4 +572,4 @@ def applyPlacement(shape):
|
||||
elif shape.ShapeType == 'Shell':
|
||||
return Part.Shell(shape.childShapes())
|
||||
else:
|
||||
raise ValueError('Unsupported shape type')
|
||||
return Part.Compound([shape])
|
||||
|
||||
Reference in New Issue
Block a user