OpenLexocad  27.1
MaterialSelect.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace OpenLxApp
4 {
30 class LX_OPENLXAPP_EXPORT MaterialSelect
31 {
32 public:
34  virtual ~MaterialSelect();
35 };
36 
37 } // namespace OpenLxApp
MaterialSelect provides selection of either a material definition or a material usage definition that...
Definition: MaterialSelect.h:30
Definition: ActiveScript.h:7