[TD] AxoLengthDimension: use getScale() instead of Scale

This commit is contained in:
edi271
2024-03-15 18:16:55 +01:00
committed by WandererFan
parent 1ead8c6f0f
commit 1bc62cf113

View File

@@ -71,7 +71,7 @@ class CommandAxoLengthDimension:
vertexes.append(edges[0].Vertexes[1])
view = Utils.getSelView()
scale = view.Scale
scale = view.getScale()
StartPt, EndPt = edges[1].Vertexes[0].Point, edges[1].Vertexes[1].Point
extLineVec = EndPt.sub(StartPt)