|
Blender V5.0
|
#include "BPy_ExternalContourUP1D.h"Go to the source code of this file.
Functions | |
| 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) |
Variables | |
| PyTypeObject | ExternalContourUP1D_Type |
|
static |
Definition at line 33 of file BPy_ExternalContourUP1D.cpp.
References self.
| 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" | ) |
| PyTypeObject ExternalContourUP1D_Type |
Definition at line 48 of file BPy_ExternalContourUP1D.cpp.
Referenced by UnaryPredicate1D_Init().