Go to the source code of this file.
|
| | PyDoc_STRVAR (GetOccludersF1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryFunction1D` > " ":class:`freestyle.types.UnaryFunction1DVectorViewShape` > :class:`GetOccludersF1D`\n" "\n" ".. method:: __init__()\n" "\n" " Builds a GetOccludersF1D object.\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns a list of occluding shapes that cover this Interface1D.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n" " :return: A list of occluding shapes that cover the Interface1D.\n" " :rtype: list[:class:`freestyle.types.ViewShape`]\n") |
| |
| static int | GetOccludersF1D___init__ (BPy_GetOccludersF1D *self, PyObject *args, PyObject *kwds) |
| |
◆ GetOccludersF1D___init__()
◆ PyDoc_STRVAR()
| PyDoc_STRVAR |
( |
GetOccludersF1D___doc__ | , |
|
|
"Class hierarchy: :class:`freestyle.types.UnaryFunction1D` | , |
|
|
" ":class:`freestyle.types.UnaryFunction1DVectorViewShape` | , |
|
|
:class:`GetOccludersF1D`\n" "\n" ".. method::__init__()\n" "\n" " Builds a GetOccludersF1D object.\n" "\n" ".. method::__call__(inter)\n" "\n" " Returns a list of occluding shapes that cover this Interface1D.\n" "\n" " :arg inter:An Interface1D object.\n" " :type inter::class:`freestyle.types.Interface1D`\n" " :return:A list of occluding shapes that cover the Interface1D.\n" " :rtype:list\n" | [:class:`freestyle.types.ViewShape`] ) |
◆ GetOccludersF1D_Type
| PyTypeObject GetOccludersF1D_Type |