Skip to content

Deepcopy doesn't work #9

Open
Open
@martin-t

Description

@martin-t

Attempting to make a deep copy and modify it

from copy import deepcopy

stl = admesh.Stl('hellskull.stl')
stl_copy = deepcopy(stl)
stl_copy.rotate_z(5)

results in admesh.AdmeshError: STL not opened.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions