You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
肖诗雅 94e8092573
!86 优化div命令
6 years ago
.vscode jest拓展控制台输出 6 years ago
@types/jquery 更新threejs 类型定义文件 使用github地址下载. 7 years ago
Doc 同步主干代码 并且加入md5算法 和imageLoader 7 years ago
__test__ 曲线合并导致的多段线合并错误. 6 years ago
data dat.gui typescript 7 years ago
sample 移动一些旧的测试代码. 7 years ago
src !86 优化div命令 6 years ago
utils 修正错误的函数名 6 years ago
.gitignore 对Lock文件取消更新 取消使用dob 因为会造成类型错误. 7 years ago
README.md 更新readme信息 7 years ago
dll.config.js dll不在提供source-map 6 years ago
index.html threejs不使用CDN 6 years ago
manifest.json 升级到蓝图3,移除Jq采用CDN 6 years ago
package-lock.json fix #ILEEZ 修正夹点拽拖还原,圆弧还原更新,多段线圆弧拽拖夹点抖动. 6 years ago
package.json 升级到蓝图3,移除Jq采用CDN 6 years ago
tsconfig.json 新增文件可以序列化到IndexedDb数据库 并且可以反序列化成图纸. 7 years ago
tslint.json 更新了代码样式 添加tslint 配置 7 years ago
typings.json . 8 years ago
wallaby.conf.js 更新测试工具的代码 6 years ago
web-cad-view.config.ts 增加threejs pass包的别名处理. 7 years ago
webpack.config.ts dll不在提供source-map 6 years ago

README.md

WebCAD

  1. 安装.

npm install

  1. 预编译.

npm run build

  1. 运行

npm run dev

  1. 开启调试.F5 当然,首先需要安装ChromeDebug拓展插件

#常用命令 运行测试: npm run test 说明:将会运行所有.test.ts文件的测试.

TODO:

1.坐标系系统,用户坐标系.

2.一些Curve曲线类.