Skip to content

3. API Documentation

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

The public interfaces of SCAD Export are contained in three files.

  • export.py
    • The primary export logic.
  • export_config.py
    • The export configuration logic, including auto-detection logic.
  • exportable.py
    • The definition of the exportable object types (models, images, etc.)

Clone this wiki locally