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()
◆ NonTVertex_svertex_set()
static int NonTVertex_svertex_set |
( |
BPy_NonTVertex * |
self, |
|
|
PyObject * |
value, |
|
|
void * |
UNUSEDclosure |
|
) |
| |
|
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]
◆ BPy_NonTVertex_getseters
PyGetSetDef BPy_NonTVertex_getseters[] |
|
static |
Initial value:= {
{"svertex",
NonTVertex_svertex_doc,
nullptr},
{nullptr, nullptr, nullptr, nullptr, nullptr}
}
static int NonTVertex_svertex_set(BPy_NonTVertex *self, PyObject *value, void *UNUSED(closure))
static PyObject * NonTVertex_svertex_get(BPy_NonTVertex *self, void *UNUSED(closure))
Definition at line 85 of file BPy_NonTVertex.cpp.
◆ NonTVertex_Type
PyTypeObject NonTVertex_Type |