优化:板的厚度修改

pull/2231/head
ChenX 1 year ago
parent 69fdf9823e
commit 7bd067ec0b

@ -317,7 +317,7 @@ export class ExtrudeSolid extends Entity
}
set Thickness(thickness: number)
{
if (!equaln(thickness, this.thickness, 1e-3))
if (!equaln(thickness, this.thickness, 1e-4))//避免18.0009 无法改成 18
{
this.WriteAllObjectRecord();

Loading…
Cancel
Save