pytha.get_group_descendants - pytha-3d-cad/pytha-lua-api GitHub Wiki
Gets all descendants of a group, both parts and groups.
pytha.get_group_descendants(group)
| Parameter | Type | Description |
|---|---|---|
group |
element_handle |
A single element handle to a group |
Return value
| Type | Description |
|---|---|
{element_handle, ...} |
A table containing the element handles of the descendants of group. |
Additional information
The full list of descendants will be returned. For a list restricted to direct members of the group, use the function get_group_members instead.
See also:
pytha, Attributes Functions, Element Handles, Groups, get_group_members, create_group