@@ -91,6 +91,8 @@ class PercentMAMCalculator extends Calculator<LWHStraightLine, double> {
final h = findChildFeature(ref.h);
if (l == null && w == null && h == null) return;
+ updateStringValue("");
+
double? mapse;
double? lvidd;
double? lvids;
@@ -13,7 +13,6 @@ class LvStudy extends TopMeasureItem<StraightLineGroupFeature> {
LvStudy(ItemMeta meta, {this.ifVertical = false, this.ifTimeSpan = false})
: super(meta) {
for (final childMeta in meta.childItems) {
- print(childMeta);
IMeasureItem childItem;
if (childMeta.measureType == "VerticalDistance") {
// measureType
@@ -80,6 +80,7 @@ class SimpsonPath extends AreaItemAbstract with AutoSnapMixin {
lvSimpsonStep = LvSimpsonStep.done;
state = ItemStates.finished;
// CaliperExtension.ShowCaliper();
+ doFeatureFinish();
} else {
final lineLen = (args - firstPoint!).length;
if ((feature!.innerPoints.length > 3 &&