|
Blender V4.5
|
#include "BPy_Length2DBP1D.h"Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (Length2DBP1D___doc__, "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`Length2DBP1D`\n" "\n" ".. method:: __call__(inter1, inter2)\n" "\n" " Returns true if the 2D length of inter1 is less than the 2D length\n" " of inter2.\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: True or false.\n" " :rtype: bool\n") | |
| static int | Length2DBP1D___init__ (BPy_Length2DBP1D *self, PyObject *args, PyObject *kwds) |
Variables | |
| PyTypeObject | Length2DBP1D_Type |
|
static |
Definition at line 34 of file BPy_Length2DBP1D.cpp.
References BPy_BinaryPredicate1D::bp1D, Length2DBP1D___init__(), and BPy_Length2DBP1D::py_bp1D.
Referenced by Length2DBP1D___init__().
| PyDoc_STRVAR | ( | Length2DBP1D___doc__ | , |
| "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` | , | ||
| :class:`Length2DBP1D`\n" "\n" ".. method::__call__(inter1, inter2)\n" "\n" " Returns true if the 2D length of inter1 is less than the 2D length\n" " of inter2.\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:True or false.\n" " :rtype:bool\n" | ) |
References PyDoc_STRVAR().
| PyTypeObject Length2DBP1D_Type |
Definition at line 47 of file BPy_Length2DBP1D.cpp.
Referenced by BinaryPredicate1D_Init().