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