25 CurveNatureF0D___doc__,
26 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
27 ":class:`freestyle.types.UnaryFunction0DEdgeNature` > :class:`CurveNatureF0D`\n"
29 ".. method:: __init__()\n"
31 " Builds a CurveNatureF0D object.\n"
33 ".. method:: __call__(it)\n"
35 " Returns the :class:`freestyle.types.Nature` of the 1D element the\n"
36 " Interface0D pointed by the Interface0DIterator belongs to.\n"
38 " :arg it: An Interface0DIterator object.\n"
39 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
40 " :return: The nature of the 1D element to which the pointed Interface0D\n"
42 " :rtype: :class:`freestyle.types.Nature`\n");
46 static const char *kwlist[] = {
nullptr};
48 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
52 self->py_uf0D_edgenature.uf0D_edgenature->py_uf0D = (PyObject *)
self;
59 PyVarObject_HEAD_INIT(
nullptr, 0)
78 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
79 CurveNatureF0D___doc__,
PyTypeObject CurveNatureF0D_Type
PyDoc_STRVAR(CurveNatureF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DEdgeNature` > :class:`CurveNatureF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a CurveNatureF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns the :class:`freestyle.types.Nature` of the 1D element the\n" " Interface0D pointed by the Interface0DIterator belongs to.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The nature of the 1D element to which the pointed Interface0D\n" " belongs.\n" " :rtype: :class:`freestyle.types.Nature`\n")
static int CurveNatureF0D___init__(BPy_CurveNatureF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject UnaryFunction0DEdgeNature_Type
Functions taking 0D input.