Go to the source code of this file.
◆ ContourUP1D___init__()
static int ContourUP1D___init__ |
( |
BPy_ContourUP1D * |
self, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
|
static |
◆ ContourUP1D___doc__
char ContourUP1D___doc__[] |
|
static |
Initial value:=
"Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ContourUP1D`\n"
"\n"
".. method:: __call__(inter)\n"
"\n"
" Returns true if the Interface1D is a contour. An Interface1D is a\n"
" contour if it is bordered by a different shape on each of its sides.\n"
"\n"
" :arg inter: An Interface1D object.\n"
" :type inter: :class:`freestyle.types.Interface1D`\n"
" :return: True if the Interface1D is a contour, false otherwise.\n"
" :rtype: bool\n"
Definition at line 19 of file BPy_ContourUP1D.cpp.
◆ ContourUP1D_Type
PyTypeObject ContourUP1D_Type |