Blender V4.3
BPy_GetCurvilinearAbscissaF0D.cpp File Reference

Go to the source code of this file.

Functions

 PyDoc_STRVAR (GetCurvilinearAbscissaF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`GetCurvilinearAbscissaF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a GetCurvilinearAbscissaF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns the curvilinear abscissa of the\n" " :class:`freestyle.types.Interface0D` pointed by the\n" " Interface0DIterator in the context of its 1D element.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The curvilinear abscissa of the pointed Interface0D.\n" " :rtype: float\n")
 
static int GetCurvilinearAbscissaF0D___init__ (BPy_GetCurvilinearAbscissaF0D *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject GetCurvilinearAbscissaF0D_Type
 

Function Documentation

◆ GetCurvilinearAbscissaF0D___init__()

static int GetCurvilinearAbscissaF0D___init__ ( BPy_GetCurvilinearAbscissaF0D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 44 of file BPy_GetCurvilinearAbscissaF0D.cpp.

References self.

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( GetCurvilinearAbscissaF0D___doc__ ,
"Class hierarchy: :class:`freestyle.types.UnaryFunction0D` ,
" ":class:`freestyle.types.UnaryFunction0DFloat` ,
:class:`GetCurvilinearAbscissaF0D`\n" "\n" ".. method::__init__()\n" "\n" " Builds a GetCurvilinearAbscissaF0D object.\n" "\n" ".. method::__call__(it)\n" "\n" " Returns the curvilinear abscissa of the\n" " :class:`freestyle.types.Interface0D` pointed by the\n" " Interface0DIterator in the context of its 1D element.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:The curvilinear abscissa of the pointed Interface0D.\n" " :rtype:float\n"  )

Variable Documentation

◆ GetCurvilinearAbscissaF0D_Type

PyTypeObject GetCurvilinearAbscissaF0D_Type

Definition at line 60 of file BPy_GetCurvilinearAbscissaF0D.cpp.

Referenced by UnaryFunction0DFloat_Init().