OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
PropertyBundleVis2D3D.h
Go to the documentation of this file.
1#pragma once
2#include "PropertyBundle.h"
3#include "PropertiesVis2D3D.h"
4
5class __declspec(dllexport) PropertyBundleVis2D3D : public PropertyBundle
6{
7public:
8 virtual void SetProperties(EntityBase * thisObject) override;
9 virtual bool UpdatePropertyVisibility(EntityBase * thisObject) override;
10
11private:
12 PropertiesVis2D3D properties;
13 const std::string defaultCategory = "2D Visualization";
14 const std::string groupName = "General";
15};