pytha Part Tools Functions - pytha-3d-cad/pytha-lua-api GitHub Wiki
Here we link to the functions equivalent to the "Part Tools I" and "Part Tools II" menus in the PYTHA user interface
| PYTHA Function | Lua Api Function |
|---|---|
| Delete | delete_element |
| Move | move_element |
| Copy | copy_element |
| Rotate | rotate_element |
| Mirror | mirror_element |
| Zoom | zoom_element |
| Stretch | mirror_element |
| Extend | extend_element |
| Boolean Union | boole_part_union |
| Boolean Difference | boole_part_difference |
| Boolean Template | boole_part_template |
| Cutting Plane | cut_element |
| Faces to Part | merge_parts |