Go to the source code of this file.
|
| | PyDoc_STRVAR (ExternalContourUP1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ExternalContourUP1D`\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns true if the Interface1D is an external contour.\n" " An Interface1D is an external contour if it is bordered by no shape on\n" " one of its sides.\n" "\n" " :arg inter: An Interface1D object.\n" " :type inter: :class:`freestyle.types.Interface1D`\n" " :return: True if the Interface1D is an external contour, false\n" " otherwise.\n" " :rtype: bool\n") |
| |
| static int | ExternalContourUP1D___init__ (BPy_ExternalContourUP1D *self, PyObject *args, PyObject *kwds) |
| |
◆ ExternalContourUP1D___init__()
◆ PyDoc_STRVAR()
| PyDoc_STRVAR |
( |
ExternalContourUP1D___doc__ | , |
|
|
"Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` | , |
|
|
:class:`ExternalContourUP1D`\n" "\n" ".. method::__call__(inter)\n" "\n" " Returns true if the Interface1D is an external contour.\n" " An Interface1D is an external contour if it is bordered by no shape on\n" " one of its sides.\n" "\n" " :arg inter:An Interface1D object.\n" " :type inter::class:`freestyle.types.Interface1D`\n" " :return:True if the Interface1D is an external | contour, |
|
|
false\n" " otherwise.\n" " :rtype:bool\n" | ) |
◆ ExternalContourUP1D_Type
| PyTypeObject ExternalContourUP1D_Type |