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

Gets all members of a group, both parts and groups.

pytha.get_group_members(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 members of group.

Additional information

Only direct members of the group will be returned, not members of subgroups. For a full list of descendants, use the function get_group_descendants instead.

See also:

pytha, Attributes Functions, Element Handles, Groups, get_group_descendants, create_group