Sketcher: GeometryFacadePyImp - no longer checking if a point is construction to set construction status
This commit is contained in:
committed by
abdullahtahiriyo
parent
d96769e6d7
commit
40c8af8014
@@ -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