Salome HOME
Issue #1865: Create a field
[modules/shaper.git] / src / CollectionPlugin / CollectionPlugin_Field.cpp
index c9228c405b40b1c915ae187997e72da0165c048b..55fefb6a587e32da05f43fd2cbad17258aecc645 100644 (file)
@@ -23,8 +23,8 @@ void CollectionPlugin_Field::initAttributes()
 {
   data()->addAttribute(SELECTED_ID(), ModelAPI_AttributeSelectionList::typeId());
   data()->addAttribute(COMPONENTS_NAMES_ID(), ModelAPI_AttributeStringArray::typeId());
-  data()->addAttribute(VALUES_TYPE_ID(), ModelAPI_AttributeInteger::typeId());
-  data()->addAttribute(STEPS_NB_ID(), ModelAPI_AttributeInteger::typeId());
+  //data()->addAttribute(VALUES_TYPE_ID(), ModelAPI_AttributeInteger::typeId());
+  //data()->addAttribute(STEPS_NB_ID(), ModelAPI_AttributeInteger::typeId());
   data()->addAttribute(STAMPS_ID(), ModelAPI_AttributeIntArray::typeId());
   data()->addAttribute(VALUES_ID(), ModelAPI_AttributeTables::typeId());
 }