Python binding for SelectionFilter class.
More...
#include <SelectionFilter.h>
Python binding for SelectionFilter class.
filter=
Gui.Selection.Filter(
"SELECT Part::Feature SUBELEMENT Edge")
Gui.Selection.addSelectionGate(filter)
- See also
- SelectionFilter
- Author
- Werner Mayer
◆ SelectionFilterPy()
SelectionFilterPy::SelectionFilterPy |
( |
const std::string & |
s | ) |
|
◆ ~SelectionFilterPy()
SelectionFilterPy::~SelectionFilterPy |
( |
| ) |
|
◆ init_type()
void SelectionFilterPy::init_type |
( |
void |
| ) |
|
|
static |
◆ match()
Py::Object SelectionFilterPy::match |
( |
const Py::Tuple & |
args | ) |
|
◆ repr()
Py::Object SelectionFilterPy::repr |
( |
| ) |
|
◆ result()
Py::Object SelectionFilterPy::result |
( |
const Py::Tuple & |
| ) |
|
◆ setFilter()
Py::Object SelectionFilterPy::setFilter |
( |
const Py::Tuple & |
args | ) |
|
◆ test()
Py::Object SelectionFilterPy::test |
( |
const Py::Tuple & |
args | ) |
|
◆ filter
The documentation for this class was generated from the following files:
- FreeCAD/src/Gui/SelectionFilter.h
- FreeCAD/src/Gui/SelectionFilter.cpp