Open
Description
Describe the bug
Clone only clones part of a model.
Steps to Reproduce
screwHead3M = startSketchOn(XY, face = END)
|> circle(center = [0, 0], radius = 2.7)
|> extrude(length = 3)
|> translate(z = -3)
|> appearance(color = "#b41414")
screwShaft3M = startSketchOn(screwHead3M, face = START)
|> circle(center = [0, 0], radius = 1.5)
|> extrude(length = 13.5)
newObject = clone(screwShaft3M)
|> translate(x = 10)
Expected Behavior
I expected the entire model to be cloned.
Screenshots and Recordings
Desktop OS
Linux
Browser
No response
Version
v1.0.1
Additional Context
No response