+ fix but that Angle has no effect after creation of revolve feature
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5411 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
parent
a75fb03407
commit
f9f668f8fc
|
@ -49,6 +49,7 @@ short Revolution::mustExecute() const
|
||||||
{
|
{
|
||||||
if (Base.isTouched() ||
|
if (Base.isTouched() ||
|
||||||
Axis.isTouched() ||
|
Axis.isTouched() ||
|
||||||
|
Angle.isTouched() ||
|
||||||
Source.isTouched())
|
Source.isTouched())
|
||||||
return 1;
|
return 1;
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user