34 "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ExternalContourUP1D`\n"
36 ".. method:: __call__(inter)\n"
38 " Returns true if the Interface1D is an external contour. An\n"
39 " Interface1D is an external contour if it is bordered by no shape on\n"
40 " one of its sides.\n"
42 " :arg inter: An Interface1D object.\n"
43 " :type inter: :class:`freestyle.types.Interface1D`\n"
44 " :return: True if the Interface1D is an external contour, false\n"
52 static const char *kwlist[] = {
nullptr};
54 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
64 PyVarObject_HEAD_INIT(
nullptr, 0)
"ExternalContourUP1D",
82 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