Skip to content

[BUG]: Clone only clones part of a model #7208

Open
@rukai

Description

@rukai

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

Image

Desktop OS

Linux

Browser

No response

Version

v1.0.1

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingengine

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions