17 lines
680 B
Markdown
17 lines
680 B
Markdown
# CADFS to CDSL
|
|
|
|
Converts the local CADFS FeatureScript RP corpus to self-contained CDSL 1.1,
|
|
rebuilds runtime-eligible documents with the current CDSL engine, and compares
|
|
the rebuilt B-rep with the source STEP.
|
|
|
|
```bash
|
|
PYTHONPATH=backend:. python -m cadfs_to_cdsl scan
|
|
PYTHONPATH=backend:. python -m cadfs_to_cdsl pipeline --sample-id 00000173
|
|
PYTHONPATH=backend:. python -m cadfs_to_cdsl pipeline --limit 100 --seed 0
|
|
PYTHONPATH=backend:. python -m cadfs_to_cdsl pipeline
|
|
```
|
|
|
|
All stages are resumable. Use `--force` after changing converter behavior.
|
|
The original CADFS directory is read-only; generated evidence is written under
|
|
`cadfs_to_cdsl/output/samples/<sample_id>/`.
|