Go to the source code of this file.
◆ ExternalContourUP1D___init__()
◆ ExternalContourUP1D___doc__
char ExternalContourUP1D___doc__[] |
|
static |
Initial value:=
"Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ExternalContourUP1D`\n"
"\n"
".. method:: __call__(inter)\n"
"\n"
" Returns true if the Interface1D is an external contour. An\n"
" 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"
Definition at line 19 of file BPy_ExternalContourUP1D.cpp.
◆ ExternalContourUP1D_Type
PyTypeObject ExternalContourUP1D_Type |