Blender V4.3
BPy_ExternalContourUP1D.cpp File Reference

Go to the source code of this file.

Functions

 PyDoc_STRVAR (ExternalContourUP1D___doc__, "Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ExternalContourUP1D`\n" "\n" ".. method:: __call__(inter)\n" "\n" " Returns true if the Interface1D is an external contour.\n" " An 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")
 
static int ExternalContourUP1D___init__ (BPy_ExternalContourUP1D *self, PyObject *args, PyObject *kwds)
 

Variables

PyTypeObject ExternalContourUP1D_Type
 

Function Documentation

◆ ExternalContourUP1D___init__()

static int ExternalContourUP1D___init__ ( BPy_ExternalContourUP1D * self,
PyObject * args,
PyObject * kwds )
static

Definition at line 38 of file BPy_ExternalContourUP1D.cpp.

References self.

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( ExternalContourUP1D___doc__ ,
"Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` ,
:class:`ExternalContourUP1D`\n" "\n" ".. method::__call__(inter)\n" "\n" " Returns true if the Interface1D is an external contour.\n" " An 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"  )

Variable Documentation

◆ ExternalContourUP1D_Type

PyTypeObject ExternalContourUP1D_Type

Definition at line 53 of file BPy_ExternalContourUP1D.cpp.

Referenced by UnaryPredicate1D_Init().