Skip to content

Difference creates duplicates #193

@gruvw

Description

@gruvw

When using the Difference function, the result is two times the same shape in the output:

Image

You then export to STL or STEP and when you import to a different program you actually get the shape twice (they are superposed but you see them when you click split to objects):

Image

I expect the Difference function to only output one object.
Note this does not happen with Union or Intersection.

let box = Box(10, 10, 10, true)
let cyl = Cylinder(2.5, 10, true)

Difference(box, [cyl])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions