Rumba C++ SDK
GeometryUtils.h
Go to the documentation of this file.
1 /*
2 
3  *
4  ***
5  *****
6  ********************* Mercenaries Engineering SARL
7  ***************** Copyright (C) 2023
8  *************
9  ********* http://www.mercenaries-engineering.com
10  ***********
11  **** ****
12  ** **
13 
14 */
15 #pragma once
16 
17 #include "Export.h"
18 
19 namespace maquina
20 {
21 
24 
26 MAQUINA_EXPORT void grow_edge_loop(bool grow);
27 
30 
33 
36 
37 }
MAQUINA_EXPORT void smooth_component_selection()
Smooth the component selection.
MAQUINA_EXPORT bool has_component_selection()
Return true if there is an active component selection.
MAQUINA_EXPORT void grow_edge_loop(bool grow)
Grow or shrink the current edge loop selection.
MAQUINA_EXPORT void grow_component_selection(bool grow)
Grow or shrink the current component selection.
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
MAQUINA_EXPORT void select_edge_loop()
Select an edge loop.
#define MAQUINA_EXPORT
Definition: Export.h:31