xiug修改线条样式
This commit is contained in:
parent
c1fc609934
commit
78e05608f8
@ -1757,6 +1757,7 @@ namespace CadParamPluging.Cad
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// User requested Height scale 0.7 (70% of base text height)
|
||||||
// Symmetric tolerance: ±Value
|
// Symmetric tolerance: ±Value
|
||||||
if (isSymmetrical)
|
if (isSymmetrical)
|
||||||
{
|
{
|
||||||
@ -1767,8 +1768,9 @@ namespace CadParamPluging.Cad
|
|||||||
|
|
||||||
// Deviation tolerance: Stacked
|
// Deviation tolerance: Stacked
|
||||||
// AutoCAD MText stack: \H...x;\S...^...; (Caret ^ for tolerance style stacking without bar)
|
// AutoCAD MText stack: \H...x;\S...^...; (Caret ^ for tolerance style stacking without bar)
|
||||||
// User requested Height scale 1.0 (from property screenshot)
|
// User requested Height scale 0.7 (70% of base text height)
|
||||||
const double tolScale = 1.0;
|
const double tolScale = 0.7;
|
||||||
|
|
||||||
|
|
||||||
var plusStr = string.Empty;
|
var plusStr = string.Empty;
|
||||||
var minusStr = string.Empty;
|
var minusStr = string.Empty;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user