23 ExternalContourUP1D___doc__,
24 "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ExternalContourUP1D`\n"
26 ".. method:: __call__(inter)\n"
28 " Returns true if the Interface1D is an external contour.\n"
29 " An Interface1D is an external contour if it is bordered by no shape on\n"
30 " one of its sides.\n"
32 " :arg inter: An Interface1D object.\n"
33 " :type inter: :class:`freestyle.types.Interface1D`\n"
34 " :return: True if the Interface1D is an external contour, false\n"
42 static const char *kwlist[] = {
nullptr};
44 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
54 PyVarObject_HEAD_INIT(
nullptr, 0)
55 "ExternalContourUP1D",
73 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
74 ExternalContourUP1D___doc__,
static int ExternalContourUP1D___init__(BPy_ExternalContourUP1D *self, PyObject *args, PyObject *kwds)
PyDoc_STRVAR(ExternalContourUP1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ExternalContourUP1D`\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns true if the Interface1D is an external contour.\n" " An Interface1D is an external contour if it is bordered by no shape on\n" " one of its sides.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n" " :return: True if the Interface1D is an external contour, false\n" " otherwise.\n" " :rtype: bool\n")
PyTypeObject ExternalContourUP1D_Type
PyTypeObject UnaryPredicate1D_Type