use compounds for unknown shape types
in OpenSCADUtils.applyPlacement
This commit is contained in:
committed by
Yorik van Havre
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])
|
||||
|
||||
Reference in New Issue
Block a user