34 "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ContourUP1D`\n"
36 ".. method:: __call__(inter)\n"
38 " Returns true if the Interface1D is a contour. An Interface1D is a\n"
39 " contour if it is bordered by a different shape on each of its sides.\n"
41 " :arg inter: An Interface1D object.\n"
42 " :type inter: :class:`freestyle.types.Interface1D`\n"
43 " :return: True if the Interface1D is a contour, false otherwise.\n"
48 static const char *kwlist[] = {
nullptr};
50 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
60 PyVarObject_HEAD_INIT(
nullptr, 0)
"ContourUP1D",
78 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