pyplot.delete_sheet - pytha-3d-cad/pytha-lua-api GitHub Wiki
Deletes one or more plot sheets.
pyplot.delete_sheet(sheet)
pyplot.delete_sheet({sheet1, sheet2, ...})
| Parameter | Type | Description |
|---|---|---|
sheet |
element_handle or { element_handle* } |
One or more sheet handles to delete |
Return value
| Type | Description |
|---|---|
nil |
No return value |
Example:
pyplot.delete_sheet(sheet)
Remarks:
The function deletes the specified plot sheets.
Version Support:
Minimum PYTHA Version: V26