Compare commits

..
2 Commits
Author SHA1 Message Date
xief f60054ca19 修改自定义编号判断 2023-07-31 17:57:16 +08:00
xief a55986761e 修复autocad显示错误 2023-07-27 11:22:48 +08:00
2 changed files with 128 additions and 2246 deletions
+2 -2
View File
@@ -89,8 +89,8 @@ export class SimpleBoard
pts.push(new Vector2(0, 0),
new Vector2(this.width, 0),
new Vector2(this.width, length),
new Vector2(0, length),
new Vector2(this.width, this.height),
new Vector2(0, this.height),
new Vector2(0, 0)
);
buls.push(0, 0, 0, 0, 0);
+126 -2244
View File
File diff suppressed because it is too large Load Diff