Blender  V3.3
Macros | Functions
bmo_fill_edgeloop.c File Reference
#include "MEM_guardedalloc.h"
#include "BLI_listbase.h"
#include "bmesh.h"
#include "intern/bmesh_operators_private.h"

Go to the source code of this file.

Macros

#define VERT_USED   1
 
#define EDGE_MARK   2
 
#define ELE_OUT   4
 

Functions

void bmo_edgeloop_fill_exec (BMesh *bm, BMOperator *op)
 

Detailed Description

Fill discrete edge loop(s) with faces.

Definition in file bmo_fill_edgeloop.c.

Macro Definition Documentation

◆ EDGE_MARK

#define EDGE_MARK   2

Definition at line 18 of file bmo_fill_edgeloop.c.

◆ ELE_OUT

#define ELE_OUT   4

Definition at line 19 of file bmo_fill_edgeloop.c.

◆ VERT_USED

#define VERT_USED   1

Definition at line 17 of file bmo_fill_edgeloop.c.

Function Documentation

◆ bmo_edgeloop_fill_exec()

void bmo_edgeloop_fill_exec ( BMesh bm,
BMOperator op 
)