You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
daniel-flassig edited this page May 7, 2020
·
10 revisions
Deletes a single element or a table of elements.
Similar to the Part tools -> Delete parts function in the PYTHA user interface.
pytha.delete_element(element)
Parameter
Type
Description
element
element_handle or {...}
A single element handle or a table of element handles
Additional information
If element contains a group-element-handle, all members of the group will be deleted as well. To delete a group without its members, use dissolve_group instead.