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 !
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 :
Thanks !