xiug修改线条样式

This commit is contained in:
sladro 2025-12-25 17:56:44 +08:00
parent c1fc609934
commit 78e05608f8

View File

@ -1757,6 +1757,7 @@ namespace CadParamPluging.Cad
}
}
// User requested Height scale 0.7 (70% of base text height)
// Symmetric tolerance: ±Value
if (isSymmetrical)
{
@ -1767,8 +1768,9 @@ namespace CadParamPluging.Cad
// Deviation tolerance: Stacked
// AutoCAD MText stack: \H...x;\S...^...; (Caret ^ for tolerance style stacking without bar)
// User requested Height scale 1.0 (from property screenshot)
const double tolScale = 1.0;
// User requested Height scale 0.7 (70% of base text height)
const double tolScale = 0.7;
var plusStr = string.Empty;
var minusStr = string.Empty;