Go to the source code of this file.
◆ FalseBP1D___init__()
static int FalseBP1D___init__ |
( |
BPy_FalseBP1D * |
self, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
|
static |
◆ FalseBP1D___doc__
Initial value:=
"Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`FalseBP1D`\n"
"\n"
".. method:: __call__(inter1, inter2)\n"
"\n"
" Always returns false.\n"
"\n"
" :arg inter1: The first Interface1D object.\n"
" :type inter1: :class:`freestyle.types.Interface1D`\n"
" :arg inter2: The second Interface1D object.\n"
" :type inter2: :class:`freestyle.types.Interface1D`\n"
" :return: False.\n"
" :rtype: bool\n"
Definition at line 19 of file BPy_FalseBP1D.cpp.
◆ FalseBP1D_Type
PyTypeObject FalseBP1D_Type |