Draft: small fix to clone object
This commit is contained in:
parent
afe0bcb727
commit
92023533b5
|
@ -4528,6 +4528,7 @@ class _Clone(_DraftObject):
|
||||||
if shapes:
|
if shapes:
|
||||||
if len(shapes) == 1:
|
if len(shapes) == 1:
|
||||||
obj.Shape = shapes[0]
|
obj.Shape = shapes[0]
|
||||||
|
obj.Placement = shapes[0].Placement
|
||||||
else:
|
else:
|
||||||
obj.Shape = Part.makeCompound(shapes)
|
obj.Shape = Part.makeCompound(shapes)
|
||||||
if not DraftGeomUtils.isNull(pl):
|
if not DraftGeomUtils.isNull(pl):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user