liwuzhan/cad-tool--packages-dsh-cad-studio ↗★ 0
dsh-cad-studio
DSH plugin for AI-driven parametric CAD modeling, validation, rendering, versioning, and STEP/STL export
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:liwuzhan/cad-tool#212e53633e6bd2b0481465ffe68c59d4ca0543b5&path:packages/dsh-cad-studio说明文档
阅读完整 README ↗dsh-cad-studio
Self-contained DSH plugin for the CAD Tool workflow. One install supplies:
- 16 Host tools covering environment setup,
.456dpackages, modeling, validation, inspection, ordinary multi-view review, optional model-directed dimensions/cutaways, versioning, and STEP/STL export; - the browser-side CAD result cards;
- the complete Python
cad-clisource used by the environment bootstrapper.
Install
From the DSH plugin marketplace, choose CAD Studio. For a local tarball or registry build, add the single package to the target profile:
dsh plugin --profile
add -w dsh-cad-studio
Start a new session after installation, then call cad_env_status. If the
isolated Python environment is not ready, approve cad_env_bootstrap once.
The dependency download is about 300 MB and does not modify global Python
packages.
Headless rendering
Geometry execution, validation, STEP generation, and export work without an attached display. Some Windows render backends can fail when no interactive screen is available; that preview-only failure does not invalidate successful geometry or STEP output.
Package layout
lib/index.js— DSH Host plugin and 16cad_*tools.lib/client.js— browser CAD result cards.cad-cli/— vendored Python CLI and dependency manifest.cordis.patch.yml— one-row profile bundle patch.