20 "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ContourUP1D`\n"
22 ".. method:: __call__(inter)\n"
24 " Returns true if the Interface1D is a contour. An Interface1D is a\n"
25 " contour if it is bordered by a different shape on each of its sides.\n"
27 " :arg inter: An Interface1D object.\n"
28 " :type inter: :class:`freestyle.types.Interface1D`\n"
29 " :return: True if the Interface1D is a contour, false otherwise.\n"
34 static const char *kwlist[] = {
nullptr};
36 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
46 PyVarObject_HEAD_INIT(
nullptr, 0)
"ContourUP1D",
64 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static char ContourUP1D___doc__[]
PyTypeObject ContourUP1D_Type
static int ContourUP1D___init__(BPy_ContourUP1D *self, PyObject *args, PyObject *kwds)
PyTypeObject UnaryPredicate1D_Type