修复:加工组ID错误

pull/2814/head
ChenX 4 months ago
parent 80e02c8227
commit 6a6ea33089

@ -81,11 +81,11 @@ export class Database
this.GroupTable = new GroupTable().SetOwnerDatabase(this);
this.Lights = new BlockTableRecord().SetOwnerDatabase(this);
this.ProcessingGroupTable = new ProcessingGroupTable().SetOwnerDatabase(this);
this.AlignLineGroupTable = new AlignLineGroupTable().SetOwnerDatabase(this);
this.hm = new HistoricManage().SetDefaultDb(this);
this.hm.Enable = false;
this.LayoutSpace = new BlockTableRecord().SetOwnerDatabase(this);
this.DimStyleTable = new DimStyleTable().SetOwnerDatabase(this);
this.AlignLineGroupTable = new AlignLineGroupTable().SetOwnerDatabase(this);
if (buildDefaultDrawing)
{
@ -195,10 +195,10 @@ export class Database
this.GroupTable.SetOwnerDatabase(this);
this.Lights.SetOwnerDatabase(this);
this.ProcessingGroupTable.SetOwnerDatabase(this);
this.AlignLineGroupTable.SetOwnerDatabase(this);
this.hm.SetDefaultDb(this);
this.LayoutSpace.SetOwnerDatabase(this);
this.DimStyleTable.SetOwnerDatabase(this);
this.AlignLineGroupTable.SetOwnerDatabase(this);
this.idIndex = 100;
}

Loading…
Cancel
Save