-
Notifications
You must be signed in to change notification settings - Fork 0
3.1 export.py
Charles Lenk edited this page Jan 3, 2026
·
5 revisions
The export() function is invoked to export the configured exportables.
from scad_export import export
| Field Name | Type | Default | Description |
|---|---|---|---|
| exportables | Folder |
N/A (Required) |
A Folder containing other exportables to export. |
| config | ExportConfig | An ExportConfig instance without additional parameters set. | System configuration and default values to use when exporting. |