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

Gets the name of the element type.

pytha.get_element_type(element) 
element:get_element_type()
Parameter Type Description
element element_handle Element handle to the element of question

Return value

Type Description
string One of the following values "part", "group", "ngo"

See also:

pytha, Element Handles, Groups