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

Go to the source code of this file.

Functions

static int ShapeUP1D___init__ (BPy_ShapeUP1D *self, PyObject *args, PyObject *kwds)
 

Variables

static char ShapeUP1D___doc__ []
 
PyTypeObject ShapeUP1D_Type
 

Function Documentation

◆ ShapeUP1D___init__()

static int ShapeUP1D___init__ ( BPy_ShapeUP1D self,
PyObject *  args,
PyObject *  kwds 
)
static

Definition at line 42 of file BPy_ShapeUP1D.cpp.

References u1, and u2.

Variable Documentation

◆ ShapeUP1D___doc__

char ShapeUP1D___doc__[]
static
Initial value:
=
"Class hierarchy: :class:`freestyle.types.UnaryPredicate1D` > :class:`ShapeUP1D`\n"
"\n"
".. method:: __init__(first, second=0)\n"
"\n"
" Builds a ShapeUP1D object.\n"
"\n"
" :arg first: The first Id component.\n"
" :type first: int\n"
" :arg second: The second Id component.\n"
" :type second: int\n"
"\n"
".. method:: __call__(inter)\n"
"\n"
" Returns true if the shape to which the Interface1D belongs to has the\n"
" same :class:`freestyle.types.Id` as the one specified by the user.\n"
"\n"
" :arg inter: An Interface1D object.\n"
" :type inter: :class:`freestyle.types.Interface1D`\n"
" :return: True if Interface1D belongs to the shape of the\n"
" user-specified Id.\n"
" :rtype: bool\n"

Definition at line 19 of file BPy_ShapeUP1D.cpp.

◆ ShapeUP1D_Type

PyTypeObject ShapeUP1D_Type

Definition at line 56 of file BPy_ShapeUP1D.cpp.

Referenced by UnaryPredicate1D_Init().