21 CurveNatureF0D___doc__,
22 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
23 ":class:`freestyle.types.UnaryFunction0DEdgeNature` > :class:`CurveNatureF0D`\n"
25 ".. method:: __init__()\n"
27 " Builds a CurveNatureF0D object.\n"
29 ".. method:: __call__(it)\n"
31 " Returns the :class:`freestyle.types.Nature` of the 1D element the\n"
32 " Interface0D pointed by the Interface0DIterator belongs to.\n"
34 " :arg it: An Interface0DIterator object.\n"
35 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
36 " :return: The nature of the 1D element to which the pointed Interface0D\n"
38 " :rtype: :class:`freestyle.types.Nature`\n");
42 static const char *kwlist[] = {
nullptr};
44 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
55 PyVarObject_HEAD_INIT(
nullptr, 0)
74 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
75 CurveNatureF0D___doc__,
PyTypeObject CurveNatureF0D_Type
static int CurveNatureF0D___init__(BPy_CurveNatureF0D *self, PyObject *args, PyObject *kwds)
PyDoc_STRVAR(FalseBP1D___doc__, "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`FalseBP1D`\n" "\n" ".. method:: __call__(inter1, inter2)\n" "\n" " Always returns false.\n" "\n" " :arg inter1: The first Interface1D object.\n" " :type inter1: :class:`freestyle.types.Interface1D`\n" " :arg inter2: The second Interface1D object.\n" " :type inter2: :class:`freestyle.types.Interface1D`\n" " :return: False.\n" " :rtype: bool\n")
PyTypeObject UnaryFunction0DEdgeNature_Type
Functions taking 0D input.
BPy_UnaryFunction0DEdgeNature py_uf0D_edgenature
Freestyle::UnaryFunction0D< Freestyle::Nature::EdgeNature > * uf0D_edgenature