Blender  V3.3
Macros | Functions
bmo_bisect_plane.c File Reference
#include "MEM_guardedalloc.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "BLI_utildefines_stack.h"
#include "bmesh.h"
#include "bmesh_tools.h"
#include "intern/bmesh_operators_private.h"

Go to the source code of this file.

Macros

#define ELE_NEW   1
 
#define ELE_CUT   2
 
#define ELE_INPUT   4
 

Functions

void bmo_bisect_plane_exec (BMesh *bm, BMOperator *op)
 

Detailed Description

Wrapper around BM_mesh_bisect_plane

Definition in file bmo_bisect_plane.c.

Macro Definition Documentation

◆ ELE_CUT

#define ELE_CUT   2

Definition at line 21 of file bmo_bisect_plane.c.

◆ ELE_INPUT

#define ELE_INPUT   4

Definition at line 22 of file bmo_bisect_plane.c.

◆ ELE_NEW

#define ELE_NEW   1

Definition at line 20 of file bmo_bisect_plane.c.

Function Documentation

◆ bmo_bisect_plane_exec()

void bmo_bisect_plane_exec ( BMesh bm,
BMOperator op 
)