Rumba C++ SDK
LastSelectedComponent.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 
18 
19 namespace maquina
20 {
21 
24 {
25  std::string path;
26  int v0 = -1;
27  int v1 = -1;
28 };
29 
30 }
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
The last selected components. Hold the two last selected component of the same geometry.
Definition: LastSelectedComponent.h:23
std::string path
The geometry path.
Definition: LastSelectedComponent.h:25
int v0
The before last selected component index, -1 if not available.
Definition: LastSelectedComponent.h:26
int v1
The last selected component index, -1 if not available.
Definition: LastSelectedComponent.h:27