liwuzhan/cad-tool--packages-dsh-cad-studio0

dsh-cad-studio

DSH plugin for AI-driven parametric CAD modeling, validation, rendering, versioning, and STEP/STL export

包名
dsh-cad-studio
版本
0.1.0-alpha.2
许可证
MIT
最近更新
2026年8月27日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:liwuzhan/cad-tool#212e53633e6bd2b0481465ffe68c59d4ca0543b5&path:packages/dsh-cad-studio

dsh-cad-studio

Self-contained DSH plugin for the CAD Tool workflow. One install supplies:

  • 16 Host tools covering environment setup, .456d packages, 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-cli source 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 16 cad_* tools.
  • lib/client.js — browser CAD result cards.
  • cad-cli/ — vendored Python CLI and dependency manifest.
  • cordis.patch.yml — one-row profile bundle patch.