Go to the source code of this file.
|
| | 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) |
| |
◆ GetCurvilinearAbscissaF0D___init__()
◆ 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" | ) |
◆ GetCurvilinearAbscissaF0D_Type
| PyTypeObject GetCurvilinearAbscissaF0D_Type |