Blender  V3.3
Functions | Variables
BPy_ExternalContourUP1D.cpp File Reference
#include "BPy_ExternalContourUP1D.h"

Go to the source code of this file.

Functions

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

Variables

static char ExternalContourUP1D___doc__ []
 
PyTypeObject ExternalContourUP1D_Type
 

Function Documentation

◆ ExternalContourUP1D___init__()

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

Definition at line 34 of file BPy_ExternalContourUP1D.cpp.

Variable Documentation

◆ ExternalContourUP1D___doc__

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

Definition at line 19 of file BPy_ExternalContourUP1D.cpp.

◆ ExternalContourUP1D_Type

PyTypeObject ExternalContourUP1D_Type

Definition at line 49 of file BPy_ExternalContourUP1D.cpp.

Referenced by UnaryPredicate1D_Init().