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

AI Analysis

提供完整的AI参数化CAD工作流,包含16个主机工具、浏览器预览卡及Python CLI。适合需要进行3D建模、版本控制和导出STEP/STL格式的用户。

Package
dsh-cad-studio
Version
0.1.0-alpha.2
License
MIT
Last updated
Aug 27, 2026

Install

$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.