Sketcher: Python interface to contraints' activated state
This commit is contained in:
committed by
abdullahtahiriyo
parent
7cd3dd7dc4
commit
7fad315613
@@ -707,6 +707,11 @@ Py::Boolean ConstraintPy::getInVirtualSpace(void) const
|
||||
return Py::Boolean(this->getConstraintPtr()->isInVirtualSpace);
|
||||
}
|
||||
|
||||
Py::Boolean ConstraintPy::getIsActive(void) const
|
||||
{
|
||||
return Py::Boolean(this->getConstraintPtr()->isActive);
|
||||
}
|
||||
|
||||
PyObject *ConstraintPy::getCustomAttributes(const char* /*attr*/) const
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user