开发:优化代码

pull/1939/head
ChenX 2 years ago
parent 8936edf28a
commit 67b704913b

@ -324,7 +324,7 @@ function ConverSweep2Data(e: SweepSolid)
let ed: any = {};
ed.Id = e.Id?.Index ?? 0;
ed.Type = "Sweep";
ed.OCS = e.OCS.toArray();
ed.OCS = e.OCSNoClone.toArray();
ed.Contour = Curve2Data(e.Contour);
ed.Path = Curve2Data(e.Path);
ed.MaterialId = e.Material?.Object?.Id?.Index || 71;

Loading…
Cancel
Save