use compounds for unknown shape types
in OpenSCADUtils.applyPlacement
This commit is contained in:
parent
fc31b3179a
commit
7ab2f4fe1f
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue
Block a user