Go to the source code of this file.
|
| | PyDoc_STRVAR (GetParameterF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DFloat` > :class:`GetParameterF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a GetParameterF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns the parameter of the :class:`freestyle.types.Interface0D`\n" " pointed by the 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 parameter of an Interface0D.\n" " :rtype: float\n") |
| |
| static int | GetParameterF0D___init__ (BPy_GetParameterF0D *self, PyObject *args, PyObject *kwds) |
| |
◆ GetParameterF0D___init__()
◆ PyDoc_STRVAR()
| PyDoc_STRVAR |
( |
GetParameterF0D___doc__ | , |
|
|
"Class hierarchy: :class:`freestyle.types.UnaryFunction0D` | , |
|
|
" ":class:`freestyle.types.UnaryFunction0DFloat` | , |
|
|
:class:`GetParameterF0D`\n" "\n" ".. method::__init__()\n" "\n" " Builds a GetParameterF0D object.\n" "\n" ".. method::__call__(it)\n" "\n" " Returns the parameter of the :class:`freestyle.types.Interface0D`\n" " pointed by the 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 parameter of an Interface0D.\n" " :rtype:float\n" | ) |
◆ GetParameterF0D_Type
| PyTypeObject GetParameterF0D_Type |