|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| PyDoc_STRVAR (NonTVertex_doc, "Class hierarchy: :class:`Interface0D` > :class:`ViewVertex` > :class:`NonTVertex`\n" "\n" "View vertex for corners, cusps, etc. associated to a single SVertex.\n" "Can be associated to 2 or more view edges.\n" "\n" ".. method:: __init__()\n" " __init__(svertex)\n" "\n" " Builds a :class:`NonTVertex` using the default constructor or a :class:`SVertex`.\n" "\n" " :arg svertex: An SVertex object.\n" " :type svertex: :class:`SVertex`") | |
| static int | NonTVertex_init (BPy_NonTVertex *self, PyObject *args, PyObject *kwds) |
| PyDoc_STRVAR (NonTVertex_svertex_doc, "The SVertex on top of which this NonTVertex is built.\n" "\n" ":type: :class:`SVertex`") | |
| static PyObject * | NonTVertex_svertex_get (BPy_NonTVertex *self, void *) |
| static int | NonTVertex_svertex_set (BPy_NonTVertex *self, PyObject *value, void *) |
Variables | |
| static PyGetSetDef | BPy_NonTVertex_getseters [] |
| PyTypeObject | NonTVertex_Type |
|
static |
Definition at line 42 of file BPy_NonTVertex.cpp.
References self, and SVertex_Type.
|
static |
Definition at line 71 of file BPy_NonTVertex.cpp.
References BPy_SVertex_from_SVertex(), self, and v.
|
static |
Definition at line 80 of file BPy_NonTVertex.cpp.
References BPy_SVertex_Check, and self.
| PyDoc_STRVAR | ( | NonTVertex_doc | , |
| "Class hierarchy: :class:`Interface0D` | , | ||
| :class:`ViewVertex` | , | ||
| :class:`NonTVertex`\n" "\n" "View vertex for | corners, | ||
| cusps | , | ||
| etc. associated to a single SVertex.\n" "Can be associated to 2 or more view edges.\n" "\n" ".. method::__init__()\n" " __init__(svertex)\n" "\n" " Builds a :class:`NonTVertex` using the default constructor or a :class:`SVertex`.\n" "\n" " :arg svertex:An SVertex object.\n" " :type svertex::class:`SVertex`" | ) |
| PyDoc_STRVAR | ( | NonTVertex_svertex_doc | , |
| "The SVertex on top of which this NonTVertex is built.\n" "\n" ":type: :class:`SVertex`" | ) |
|
static |
Definition at line 90 of file BPy_NonTVertex.cpp.
| PyTypeObject NonTVertex_Type |
Definition at line 101 of file BPy_NonTVertex.cpp.
Referenced by BPy_NonTVertex_from_NonTVertex(), and Interface0D_Init().