修复:对齐标注错误的写入记录

CADScript
ChenX 2 months ago
parent dd0c0cc330
commit 5703e4444b

@ -557,7 +557,6 @@ export class AlignedDimension extends Dimension
{
if (renderType === RenderType.WireframePrint)
return;
this.WriteAllObjectRecord();
let mtl = GetDimLineMaterial(this, renderType);
this._LeadLine.ColorIndex = this.DrawColorIndex;
let [line, arrow1, arrow2] = obj.children;

Loading…
Cancel
Save