pytha.dissolve_group - pytha-3d-cad/pytha-lua-api GitHub Wiki

Dissolves a single group or a table of groups without deleting their members.

Similar to the Attributes -> Ungroup function in the PYTHA user interface.

pytha.dissolve_group(group) 
Parameter Type Description
group element_handle or {...} A single element handle or a table of element handles

Additional information

If group itself is a member of a parent group, all members of group will become members of the parent group.

See also:

pytha, Groups, element handles, create_group