CAD#

Creation of CAD models (e.g., STEP-files) cad based on reports.

Usage: python -m basd cad [OPTIONS] SYSTEM_INDEX...

  system design task

  SYSTEM_INDEX specifies which battery system in report file should be
  rendered as CAD model. It can be specified more than one SYSTEM_INDEX. For
  each battery system, the SYSTEM_INDEX can be found as 'Nr.' in the report
  file.

Options:
  --version                       Show the version and exit.
  -v, --verbose                   Verbose information.
  -r, --report FILE               Read report file with system designs
                                  [required]
  -f, --output-format [step|svg|stl]
                                  defines the format of the output. Multiple
                                  choices possible  [required]
  -o, --output-dir DIRECTORY      Directory in which the output is saved
  -d, --database PATH             Read a cell database from a FILE or
                                  DIRECTORY path.
  -h, --help                      Show this message and exit.