Skip to content

The delete method does not delete objects on the canvas #106

@mwcraig

Description

@mwcraig

I came across this is working on #105 -- it turns out that calling delete like this:

from vpython import sphere
s = sphere()
s.delete()

does not delete the sphere from the canvas even though it decrements the object count.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions