Skip to content

3.1 export.py

Charles Lenk edited this page Jan 3, 2026 · 5 revisions

export.py

The export() function is invoked to export the configured exportables.

Import Path

from scad_export import export

Export Parameters

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.

Clone this wiki locally