23 #include "../../../view_map/Functions0D.h"
36 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
37 ":class:`freestyle.types.UnaryFunction0DEdgeNature` > :class:`CurveNatureF0D`\n"
39 ".. method:: __init__()\n"
41 " Builds a CurveNatureF0D object.\n"
43 ".. method:: __call__(it)\n"
45 " Returns the :class:`freestyle.types.Nature` of the 1D element the\n"
46 " Interface0D pointed by the Interface0DIterator belongs to.\n"
48 " :arg it: An Interface0DIterator object.\n"
49 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
50 " :return: The nature of the 1D element to which the pointed Interface0D\n"
52 " :rtype: :class:`freestyle.types.Nature`\n";
56 static const char *kwlist[] = {
nullptr};
58 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
62 self->py_uf0D_edgenature.uf0D_edgenature->py_uf0D = (PyObject *)
self;
69 PyVarObject_HEAD_INIT(
nullptr, 0)
"CurveNatureF0D",
87 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
PyTypeObject CurveNatureF0D_Type
static int CurveNatureF0D___init__(BPy_CurveNatureF0D *self, PyObject *args, PyObject *kwds)
static char CurveNatureF0D___doc__[]
PyTypeObject UnaryFunction0DEdgeNature_Type