Blender  V3.3
Functions | Variables
BPy_GetXF0D.cpp File Reference
#include "BPy_GetXF0D.h"
#include "../../../view_map/Functions0D.h"

Go to the source code of this file.

Functions

static int GetXF0D___init__ (BPy_GetXF0D *self, PyObject *args, PyObject *kwds)
 

Variables

static char GetXF0D___doc__ []
 
PyTypeObject GetXF0D_Type
 

Function Documentation

◆ GetXF0D___init__()

static int GetXF0D___init__ ( BPy_GetXF0D self,
PyObject *  args,
PyObject *  kwds 
)
static

Definition at line 39 of file BPy_GetXF0D.cpp.

Variable Documentation

◆ GetXF0D___doc__

char GetXF0D___doc__[]
static
Initial value:
=
"Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
":class:`freestyle.types.UnaryFunction0DDouble` > :class:`GetXF0D`\n"
"\n"
".. method:: __init__()\n"
"\n"
" Builds a GetXF0D object.\n"
"\n"
".. method:: __call__(it)\n"
"\n"
" Returns the X 3D coordinate of the :class:`freestyle.types.Interface0D` pointed by\n"
" the Interface0DIterator.\n"
"\n"
" :arg it: An Interface0DIterator object.\n"
" :type it: :class:`freestyle.types.Interface0DIterator`\n"
" :return: The X 3D coordinate of the pointed Interface0D.\n"
" :rtype: float\n"

Definition at line 21 of file BPy_GetXF0D.cpp.

◆ GetXF0D_Type

PyTypeObject GetXF0D_Type

Definition at line 53 of file BPy_GetXF0D.cpp.

Referenced by UnaryFunction0DDouble_Init().