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. An\n"
25 " 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"
38 static const char *kwlist[] = {
nullptr};
40 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
50 PyVarObject_HEAD_INIT(
nullptr, 0)
"ExternalContourUP1D",
68 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
static int ExternalContourUP1D___init__(BPy_ExternalContourUP1D *self, PyObject *args, PyObject *kwds)
static char ExternalContourUP1D___doc__[]
PyTypeObject ExternalContourUP1D_Type
PyTypeObject UnaryPredicate1D_Type