pyplot.delete_detail - pytha-3d-cad/pytha-lua-api GitHub Wiki
Deletes one or more plot details.
pyplot.delete_detail(detail)
pyplot.delete_detail({detail1, detail2, ...})
| Parameter | Type | Description |
|---|---|---|
detail |
element_handle or { element_handle* } |
One or more plot detail handles |
Return value
| Type | Description |
|---|---|
nil |
No return value |
Example:
pyplot.delete_detail(detail)
Remarks:
The function deletes the specified plot details.
If a detail is associated with a plotted section, the related plotted section object is deleted as well.
Version Support:
Minimum PYTHA Version: V26