Go to the source code of this file.
|
| | PyDoc_STRVAR (GetZF0D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > " ":class:`freestyle.types.UnaryFunction0DDouble` > :class:`GetZF0D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a GetZF0D object.\n" "\n" ".. method:: __call__(it)\n" "\n" " Returns the Z 3D coordinate of the :class:`freestyle.types.Interface0D` pointed by\n" " the Interface0DIterator.\n" "\n" " :arg it: An Interface0DIterator object.\n" " :type it: :class:`freestyle.types.Interface0DIterator`\n" " :return: The Z 3D coordinate of the pointed Interface0D.\n" " :rtype: float\n") |
| |
| static int | GetZF0D___init__ (BPy_GetZF0D *self, PyObject *args, PyObject *kwds) |
| |
◆ GetZF0D___init__()
| static int GetZF0D___init__ |
( |
BPy_GetZF0D * | self, |
|
|
PyObject * | args, |
|
|
PyObject * | kwds ) |
|
static |
◆ PyDoc_STRVAR()
| PyDoc_STRVAR |
( |
GetZF0D___doc__ | , |
|
|
"Class hierarchy: :class:`freestyle.types.UnaryFunction0D` | , |
|
|
" ":class:`freestyle.types.UnaryFunction0DDouble` | , |
|
|
:class:`GetZF0D`\n" "\n" ".. method::__init__()\n" "\n" " Builds a GetZF0D object.\n" "\n" ".. method::__call__(it)\n" "\n" " Returns the Z 3D coordinate of the :class:`freestyle.types.Interface0D` pointed by\n" " the Interface0DIterator.\n" "\n" " :arg it:An Interface0DIterator object.\n" " :type it::class:`freestyle.types.Interface0DIterator`\n" " :return:The Z 3D coordinate of the pointed Interface0D.\n" " :rtype:float\n" | ) |
◆ GetZF0D_Type
| PyTypeObject GetZF0D_Type |