!2857 优化: 默认轮廓都是白的

pull/2858/head
张子涵 3 months ago committed by ChenX
parent 6d3fee3194
commit ba147617ea

@ -387,6 +387,8 @@ export class ExtrudeSolid extends Entity
{
if (!this.contourCurve)
this.GeneralRectContour();
// 默认轮廓都是白的
this.contourCurve.ColorIndex = 7;
return this.contourCurve;
}

Loading…
Cancel
Save