Rumba C++ SDK
GeometryComponentSelection.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 "SparseBuffer.h"
18 
19 namespace maquina
20 {
21 
23 {
24  enum class Type
25  {
26  vertex = 0,
27  face
28  };
29 
31 
33  std::string path;
35 };
36 
37 }
Definition: GeometryComponentSelection.h:22
Definition: Plug.h:527
std::string path
Definition: GeometryComponentSelection.h:33
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
SparseBufferConstFloat weights
Definition: GeometryComponentSelection.h:34
Type
Definition: GeometryComponentSelection.h:24
Type type
Definition: GeometryComponentSelection.h:32
GeometryComponentSelection(Type type, std::string path, const SparseBufferConstFloat &weights)
Definition: GeometryComponentSelection.h:30