pytha.get_element_parent_group - pytha-3d-cad/pytha-lua-api GitHub Wiki
Gets the parent group of an element
pytha.get_element_parent_group(element)
| Parameter | Type | Description |
|---|---|---|
group |
element_handle |
A single element handle |
Return value
| Type | Description |
|---|---|
element_handle |
The element handleof the parent group. nil if the element has no parent group. |
See also:
pytha, Attributes Functions, Element Handles, Groups, get_group_descendants, create_group, get_element_common_group