|
@@ -64,7 +64,6 @@ class MeasureModule extends ModuleBase {
|
|
|
required this.bottomRight,
|
|
|
required this.display,
|
|
|
required this.showRulerLine,
|
|
|
- required this.rulerLineColor,
|
|
|
required this.keepMeasureOnImage,
|
|
|
required this.showDepthMeasureLine,
|
|
|
required this.showSimpleAnnotation,
|
|
@@ -148,7 +147,6 @@ class MeasureModule extends ModuleBase {
|
|
|
required this.measureStyleConfig,
|
|
|
required this.measureUnitConfig,
|
|
|
required this.measureUnit,
|
|
|
- required this.urmDistanceUnit,
|
|
|
required this.distanceUnit,
|
|
|
required this.areaUnit,
|
|
|
required this.velocityUnit,
|
|
@@ -260,7 +258,6 @@ class MeasureModule extends ModuleBase {
|
|
|
bottomRight: map.pick("bottomRight"),
|
|
|
display: map.pick("display"),
|
|
|
showRulerLine: map.pick("showRulerLine"),
|
|
|
- rulerLineColor: map.pick("rulerLineColor"),
|
|
|
keepMeasureOnImage: map.pick("keepMeasureOnImage"),
|
|
|
showDepthMeasureLine: map.pick("showDepthMeasureLine"),
|
|
|
showSimpleAnnotation: map.pick("showSimpleAnnotation"),
|
|
@@ -345,7 +342,6 @@ class MeasureModule extends ModuleBase {
|
|
|
measureStyleConfig: map.pick("measureStyleConfig"),
|
|
|
measureUnitConfig: map.pick("measureUnitConfig"),
|
|
|
measureUnit: map.pick("measureUnit"),
|
|
|
- urmDistanceUnit: map.pick("urmDistanceUnit"),
|
|
|
distanceUnit: map.pick("distanceUnit"),
|
|
|
areaUnit: map.pick("areaUnit"),
|
|
|
velocityUnit: map.pick("velocityUnit"),
|
|
@@ -575,9 +571,6 @@ class MeasureModule extends ModuleBase {
|
|
|
/// 显示卡尺线
|
|
|
final FTrStr showRulerLine;
|
|
|
|
|
|
- /// 卡尺线颜色
|
|
|
- final FTrStr rulerLineColor;
|
|
|
-
|
|
|
/// 保留测量在图像上
|
|
|
final FTrStr keepMeasureOnImage;
|
|
|
|
|
@@ -827,9 +820,6 @@ class MeasureModule extends ModuleBase {
|
|
|
/// 单位
|
|
|
final FTrStr measureUnit;
|
|
|
|
|
|
- /// URM长度测量常用单位
|
|
|
- final FTrStr urmDistanceUnit;
|
|
|
-
|
|
|
/// 长度测量常用单位
|
|
|
final FTrStr distanceUnit;
|
|
|
|