fixes #0002722: Attached cube doesn't follow support
This commit is contained in:
@@ -70,8 +70,7 @@ App::DocumentObjectExecReturn *Circle::execute(void)
|
||||
Base::toRadians<double>(this->Angle1.getValue()));
|
||||
const TopoDS_Edge& edge = clMakeEdge.Edge();
|
||||
this->Shape.setValue(edge);
|
||||
|
||||
return App::DocumentObject::StdReturn;
|
||||
return Primitive::execute();
|
||||
}
|
||||
|
||||
void Circle::onChanged(const App::Property* prop)
|
||||
|
||||
Reference in New Issue
Block a user