pytha.get_element_volume - pytha-3d-cad/pytha-lua-api GitHub Wiki
Gets the physical volume of a single element or a table of elements in construction units.
pytha.get_element_volume(element)
| Parameter | Type | Description |
|---|---|---|
element |
element_handle or {...} |
A single element handle or a table of element handles |
Return value
| Type | Description |
|---|---|
number |
The physical volume of element. |
Version requirements
This function is available in V26 and above.
See also:
pytha, element handles, get_element_bounding_box, create_element_ref_point