aFamilies.push_back(aFreeVolumesFam);
}
-// DriverMED_FamilyPtr aNullFam (new DriverMED_Family);
-// aNullFam->SetId(0);
-// aNullFam->myType = SMDSAbs_All;
-// aFamilies.push_back(aNullFam);
+ DriverMED_FamilyPtr aNullFam (new DriverMED_Family);
+ aNullFam->SetId(0);
+ aNullFam->myType = SMDSAbs_All;
+ aFamilies.push_back(aNullFam);
return aFamilies;
}
}
aValue = aStr.str();
-
+ /*
MED::TStringVector anAttrDescs (1, ""); // 1 attribute with empty description,
MED::TIntVector anAttrIds (1, myId); // Id=0,
MED::TIntVector anAttrVals (1, myId); // Value=0
-
+ */
+
MED::PFamilyInfo anInfo = theWrapper->CrFamilyInfo(theMeshInfo,
aValue,
myId,
- myGroupNames,
- anAttrDescs,
- anAttrIds,
- anAttrVals);
+ myGroupNames);
+/*
+ anAttrDescs,
+ anAttrIds,
+ anAttrVals);
+*/
// cout << endl;
// cout << "Groups: ";