PD: fix several issues in pad:
* pass boolean instead of int to setValue of PropertyBool * support of symmetric option for two-length mode * fix bug in TaskPadParameters::updateUI() * remove strange acronyms from method names
This commit is contained in:
@@ -590,6 +590,8 @@ void ProfileBased::generatePrism(TopoDS_Shape& prism,
|
||||
Ltotal += L2;
|
||||
if (reversed)
|
||||
Loffset = -L;
|
||||
else if (midplane)
|
||||
Loffset = -0.5 * (L2 + L);
|
||||
else
|
||||
Loffset = -L2;
|
||||
} else if (midplane)
|
||||
|
||||
Reference in New Issue
Block a user