Blender V4.3
BPy_CurveNatureF0D.cpp File Reference

Go to the source code of this file.

Functions

 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)
 

Variables

PyTypeObject CurveNatureF0D_Type
 

Function Documentation

◆ CurveNatureF0D___init__()

static int CurveNatureF0D___init__ ( BPy_CurveNatureF0D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 44 of file BPy_CurveNatureF0D.cpp.

References self.

◆ PyDoc_STRVAR()

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"  )

Variable Documentation

◆ CurveNatureF0D_Type

PyTypeObject CurveNatureF0D_Type

Definition at line 58 of file BPy_CurveNatureF0D.cpp.

Referenced by UnaryFunction0DEdgeNature_Init().