优化:保证拉伸实体更新轴朝向后立即更新显示

pull/1423/head
ChenX 4 years ago
parent 6eed5d3385
commit 8a21260fe1

@ -469,6 +469,7 @@ export class ExtrudeSolid extends Entity
if (this.contourCurve instanceof Polyline) if (this.contourCurve instanceof Polyline)
this.contourCurve.UpdateMatrixTo(m.identity()); this.contourCurve.UpdateMatrixTo(m.identity());
this.Update();
return this; return this;
} }

Loading…
Cancel
Save