Go to the source code of this file.
|
| | 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) |
| |
◆ PyDoc_STRVAR()
| 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" | ) |
◆ ShapeUP1D___init__()
| static int ShapeUP1D___init__ |
( |
BPy_ShapeUP1D * | self, |
|
|
PyObject * | args, |
|
|
PyObject * | kwds ) |
|
static |
◆ ShapeUP1D_Type
| PyTypeObject ShapeUP1D_Type |