开发:正确的应用墙厚

pull/1988/head
ChenX 2 years ago
parent 03f908fe54
commit 5370d90df9

@ -22,7 +22,7 @@ export class Command_Curve2Wall implements Command
{ {
if (e instanceof Line) if (e instanceof Line)
{ {
let wall = new RoomWallLine(e.StartPoint, e.EndPoint); let wall = new RoomWallLine(e.StartPoint, e.EndPoint, distRes.Distance);
Draw(wall); Draw(wall);
} }
else if (e instanceof Arc) else if (e instanceof Arc)

Loading…
Cancel
Save