Blender V4.3
BPy_SameShapeIdBP1D.cpp File Reference

Go to the source code of this file.

Functions

 PyDoc_STRVAR (SameShapeIdBP1D___doc__, "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`SameShapeIdBP1D`\n" "\n" ".. method:: __call__(inter1, inter2)\n" "\n" " Returns true if inter1 and inter2 belong to the same shape.\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 SameShapeIdBP1D___init__ (BPy_SameShapeIdBP1D *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject SameShapeIdBP1D_Type
 

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( SameShapeIdBP1D___doc__ ,
"Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` ,
:class:`SameShapeIdBP1D`\n" "\n" ".. method::__call__(inter1, inter2)\n" "\n" " Returns true if inter1 and inter2 belong to the same shape.\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"  )

◆ SameShapeIdBP1D___init__()

static int SameShapeIdBP1D___init__ ( BPy_SameShapeIdBP1D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 37 of file BPy_SameShapeIdBP1D.cpp.

References self.

Variable Documentation

◆ SameShapeIdBP1D_Type

PyTypeObject SameShapeIdBP1D_Type

Definition at line 50 of file BPy_SameShapeIdBP1D.cpp.

Referenced by BinaryPredicate1D_Init().