pytha.set_project_header - pytha-3d-cad/pytha-lua-api GitHub Wiki
Sets the value of a line from the PYTHA project header.
pytha.set_project_header(line, value)
| Parameter | Type | Description |
|---|---|---|
line |
integer |
Project header line number. Must be between 1 and 12. |
value |
string |
Text to set in the project header. |