19 ExternalContourUP1D___doc__,
20 "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ExternalContourUP1D`\n"
22 ".. method:: __call__(inter)\n"
24 " Returns true if the Interface1D is an external contour.\n"
25 " An Interface1D is an external contour if it is bordered by no shape on\n"
26 " one of its sides.\n"
28 " :arg inter: An Interface1D object.\n"
29 " :type inter: :class:`freestyle.types.Interface1D`\n"
30 " :return: True if the Interface1D is an external contour, false\n"
37 static const char *kwlist[] = {
nullptr};
39 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
49 PyVarObject_HEAD_INIT(
nullptr, 0)
50 "ExternalContourUP1D",
68 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
69 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