Blender  V3.3
Classes | Macros | Functions | Variables
BPy_FEdgeSharp.h File Reference
#include "../BPy_FEdge.h"
#include "../../../view_map/Silhouette.h"

Go to the source code of this file.

Classes

struct  BPy_FEdgeSharp
 

Macros

#define BPy_FEdgeSharp_Check(v)   (PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSharp_Type))
 

Functions

void FEdgeSharp_mathutils_register_callback ()
 

Variables

PyTypeObject FEdgeSharp_Type
 

Macro Definition Documentation

◆ BPy_FEdgeSharp_Check

#define BPy_FEdgeSharp_Check (   v)    (PyObject_IsInstance((PyObject *)v, (PyObject *)&FEdgeSharp_Type))

Definition at line 21 of file BPy_FEdgeSharp.h.

Function Documentation

◆ FEdgeSharp_mathutils_register_callback()

void FEdgeSharp_mathutils_register_callback ( )

Variable Documentation

◆ FEdgeSharp_Type

PyTypeObject FEdgeSharp_Type
extern