Go to the source code of this file.
◆ NonTVertex_init()
| static int NonTVertex_init |
( |
BPy_NonTVertex * | self, |
|
|
PyObject * | args, |
|
|
PyObject * | kwds ) |
|
static |
◆ NonTVertex_svertex_get()
| static PyObject * NonTVertex_svertex_get |
( |
BPy_NonTVertex * | self, |
|
|
void * | ) |
|
static |
◆ NonTVertex_svertex_set()
| static int NonTVertex_svertex_set |
( |
BPy_NonTVertex * | self, |
|
|
PyObject * | value, |
|
|
void * | ) |
|
static |
◆ PyDoc_STRVAR() [1/2]
| 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() [2/2]
| PyDoc_STRVAR |
( |
NonTVertex_svertex_doc | , |
|
|
"The SVertex on top of which this NonTVertex is built.\n" "\n" ":type: :class:`SVertex`" | ) |
◆ BPy_NonTVertex_getseters
| PyGetSetDef BPy_NonTVertex_getseters[] |
|
static |
Initial value:= {
{"svertex",
NonTVertex_svertex_doc,
nullptr},
{nullptr, nullptr, nullptr, nullptr, nullptr}
}
static PyObject * NonTVertex_svertex_get(BPy_NonTVertex *self, void *)
static int NonTVertex_svertex_set(BPy_NonTVertex *self, PyObject *value, void *)
Definition at line 90 of file BPy_NonTVertex.cpp.
◆ NonTVertex_Type
| PyTypeObject NonTVertex_Type |