Blender V4.3
BPy_ContourUP1D.cpp File Reference
#include "BPy_ContourUP1D.h"

Go to the source code of this file.

Functions

 PyDoc_STRVAR (ContourUP1D___doc__, "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")
 
static int ContourUP1D___init__ (BPy_ContourUP1D *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject ContourUP1D_Type
 

Function Documentation

◆ ContourUP1D___init__()

static int ContourUP1D___init__ ( BPy_ContourUP1D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 36 of file BPy_ContourUP1D.cpp.

References self.

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( ContourUP1D___doc__ ,
"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"  )

Variable Documentation

◆ ContourUP1D_Type

PyTypeObject ContourUP1D_Type

Definition at line 49 of file BPy_ContourUP1D.cpp.

Referenced by UnaryPredicate1D_Init().