fixed AlignRuleBase::toJson()

This commit is contained in:
ALEXks
2025-05-18 15:12:59 +03:00
committed by Egor Mayorov
parent 96c1f8098b
commit 563fd2d41a

View File

@@ -760,6 +760,8 @@ json AlignRuleBase::toJson()
tuple["dimNum"] = dimNum;
tuple["a"] = AB.first;
tuple["b"] = AB.second;
alignRuleWithJ.push_back(tuple);
}
retVal["alignRuleWith"] = alignRuleWithJ;
return retVal;