Sketcher: GeometryFacadePyImp - no longer checking if a point is construction to set construction status
This commit is contained in:
committed by
abdullahtahiriyo
parent
5a5e47560f
commit
e96085be55
@@ -436,8 +436,7 @@ Py::Boolean GeometryFacadePy::getConstruction(void) const
|
||||
|
||||
void GeometryFacadePy::setConstruction(Py::Boolean arg)
|
||||
{
|
||||
if (getGeometryFacadePtr()->getTypeId() != Part::GeomPoint::getClassTypeId())
|
||||
getGeometryFacadePtr()->setConstruction(arg);
|
||||
getGeometryFacadePtr()->setConstruction(arg);
|
||||
}
|
||||
|
||||
Py::String GeometryFacadePy::getTag(void) const
|
||||
|
||||
Reference in New Issue
Block a user