瀏覽代碼

1、测量库更新

guanxinyi 8 月之前
父節點
當前提交
498b814111
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/process/calcuators/urm_calcuators/urm_shell_vel_measure.dart

+ 1 - 0
lib/process/calcuators/urm_calcuators/urm_shell_vel_measure.dart

@@ -43,6 +43,7 @@ class URMShellVelMeasureCal extends URMShellMeasureCal {
             "",
             VidUsUnit.None);
         if (feature is! ShellImageFeature) return;
+        feature.isNeedPaintColors = true;
         if (outresult.outerExterPoints != null) {
           List<DPoint> outerExterPoints = [];
           List<DPoint> interExterPoints = [];