新增: OCCT 转换服务(STEP→glTF 轻量化后端, 8090 端口, 零新依赖)

This commit is contained in:
wangruiguo
2026-09-03 18:44:57 +08:00
parent dd215b6679
commit bd1bb1a77c
3 changed files with 211 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
@echo off
cd /d "%~dp0"
echo Starting OCCT conversion service on port 8090 ...
python occt_service.py
pause