21 VertexOrientation3DF0D___doc__,
22 "Class hierarchy: :class:`freestyle.types.UnaryFunction0D` > "
23 ":class:`freestyle.types.UnaryFunction0DVec3f` > :class:`VertexOrientation3DF0D`\n"
25 ".. method:: __init__()\n"
27 " Builds a VertexOrientation3DF0D object.\n"
29 ".. method:: __call__(it)\n"
31 " Returns a three-dimensional vector giving the 3D oriented tangent to\n"
32 " the 1D element to which the :class:`freestyle.types.Interface0D`\n"
33 " pointed by the Interface0DIterator belongs. The 3D oriented tangent\n"
34 " is evaluated at the pointed Interface0D.\n"
36 " :arg it: An Interface0DIterator object.\n"
37 " :type it: :class:`freestyle.types.Interface0DIterator`\n"
38 " :return: The 3D oriented tangent to the 1D element evaluated at the\n"
39 " pointed Interface0D.\n"
40 " :rtype: :class:`mathutils.Vector`\n");
46 static const char *kwlist[] = {
nullptr};
48 if (!PyArg_ParseTupleAndKeywords(args, kwds,
"", (
char **)kwlist)) {
59 PyVarObject_HEAD_INIT(
nullptr, 0)
60 "VertexOrientation3DF0D",
78 Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
79 VertexOrientation3DF0D___doc__,
PyDoc_STRVAR(FalseBP1D___doc__, "Class hierarchy: :class:`freestyle.types.BinaryPredicate1D` > :class:`FalseBP1D`\n" "\n" ".. method:: __call__(inter1, inter2)\n" "\n" " Always returns false.\n" "\n" " :arg inter1: The first Interface1D object.\n" " :type inter1: :class:`freestyle.types.Interface1D`\n" " :arg inter2: The second Interface1D object.\n" " :type inter2: :class:`freestyle.types.Interface1D`\n" " :return: False.\n" " :rtype: bool\n")
PyTypeObject UnaryFunction0DVec3f_Type
static int VertexOrientation3DF0D___init__(BPy_VertexOrientation3DF0D *self, PyObject *args, PyObject *kwds)
PyTypeObject VertexOrientation3DF0D_Type
Functions taking 0D input.
Freestyle::UnaryFunction0D< Freestyle::Geometry::Vec3f > * uf0D_vec3f
BPy_UnaryFunction0DVec3f py_uf0D_vec3f