Skip to content

Is it possible to delete export_solid ? #119

@faure-levoux

Description

@faure-levoux

Hi !
I created an export solid with cwapi3dpython, and I want to delete it after the export solid.
When I use delete_elements, all the elements from the scene is deleted but not the export solid. Why ?

Here's my code :

solid_id = ec.create_auto_export_solid_from_standard(list_elements, "export", "name_export_solid")
sd.export_export_solid_with_clipboard(1, [solid_id])
ec.delete_elements(solid_id)

Thanks !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions