NavisworksTransport/doc/design/architecture/README.md

23 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 渲染说明Mermaid 功能模块架构图)
文件system_architecture_functional_2026.mmd
位置doc/design/architecture
渲染方式(任选其一):
1) VS Code 插件
- 安装 “Markdown Preview Mermaid Support” 或 “Mermaid Markdown Syntax Highlighting”。
- 打开 .mmd 文件,使用预览功能渲染。
2) mermaid-cli命令行
- 安装 Node.js 与 mermaid-cli
npm install -g @mermaid-js/mermaid-cli
- 导出 PNG
mmdc -i system_architecture_functional_2026.mmd -o system_architecture_functional_2026.png -t neutral
- 导出 SVG
mmdc -i system_architecture_functional_2026.mmd -o system_architecture_functional_2026.svg -t neutral
备注:
- 本图以“功能模块”为主(通道选择与路径点规划、物流“类别”设置、层级创建与显示、交互式导航、碰撞检查),并以虚线标注与 Navisworks 2026 API/算法/序列化等支撑能力的依赖关系。
- 如需在图中标注具体类名/文件路径,可在支撑能力块旁新增注释或节点。