Salome HOME
Issue #2052: Modification of parameters don't work (sketch, extrusion)
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeDoubleArray.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_AttributeDoubleArray.cpp
4 // Created:     8 July 2016
5 // Author:      Dmitry Bobylev
6
7 #include "ModelAPI_AttributeDoubleArray.h"
8
9 //==================================================================================================
10 std::string ModelAPI_AttributeDoubleArray::attributeType()
11 {
12   return typeId();
13 }
14
15 //==================================================================================================
16 ModelAPI_AttributeDoubleArray::~ModelAPI_AttributeDoubleArray()
17 {
18 }
19
20 //==================================================================================================
21 ModelAPI_AttributeDoubleArray::ModelAPI_AttributeDoubleArray()
22 {
23 }