Rumba C++ SDK
maquina::LastSelectedComponent Struct Reference

The last selected components. Hold the two last selected component of the same geometry. More...

#include <LastSelectedComponent.h>

Public Attributes

std::string path
 The geometry path. More...
 
int v0 = -1
 The before last selected component index, -1 if not available. More...
 
int v1 = -1
 The last selected component index, -1 if not available. More...
 

Detailed Description

The last selected components. Hold the two last selected component of the same geometry.

Member Data Documentation

◆ path

std::string maquina::LastSelectedComponent::path

The geometry path.

◆ v0

int maquina::LastSelectedComponent::v0 = -1

The before last selected component index, -1 if not available.

◆ v1

int maquina::LastSelectedComponent::v1 = -1

The last selected component index, -1 if not available.


The documentation for this struct was generated from the following file: