|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (ShapeUP1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ShapeUP1D`\n" "\n" ".. method:: __init__(first, second=0)\n" "\n" " Builds a ShapeUP1D object.\n" "\n" " :arg first: The first Id component.\n" " :type first: int\n" " :arg second: The second Id component.\n" " :type second: int\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns true if the shape to which the Interface1D belongs to has the\n" " same :class:`freestyle.types.Id` as the one specified by the user.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n" " :return: True if Interface1D belongs to the shape of the\n" " user-specified Id.\n" " :rtype: bool\n") | |
| static int | ShapeUP1D___init__ (BPy_ShapeUP1D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | ShapeUP1D_Type |
| PyDoc_STRVAR | ( | ShapeUP1D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` | , | ||
| :class:`ShapeUP1D`\n" "\n" ".. method::__init__(first, second=0)\n" "\n" " Builds a ShapeUP1D object.\n" "\n" " :arg first:The first Id component.\n" " :type first:int\n" " :arg second:The second Id component.\n" " :type second:int\n" "\n" ".. method::__call__(inter)\n" "\n" " Returns true if the shape to which the Interface1D belongs to has the\n" " same :class:`freestyle.types.Id` as the one specified by the user.\n" "\n" " :arg inter:An Interface1D object.\n" " :type inter::class:`freestyle.types.Interface1D`\n" " :return:True if Interface1D belongs to the shape of the\n" " user-specified Id.\n" " :rtype:bool\n" | ) |
References PyDoc_STRVAR().
|
static |
Definition at line 44 of file BPy_ShapeUP1D.cpp.
References BPy_ShapeUP1D::py_up1D, ShapeUP1D___init__(), and BPy_UnaryPredicate1D::up1D.
Referenced by ShapeUP1D___init__().
| PyTypeObject ShapeUP1D_Type |
Definition at line 58 of file BPy_ShapeUP1D.cpp.
Referenced by UnaryPredicate1D_Init().