<< _angleMeshS << " " << _gradation << " " << (int) _quadAllowed << " " << (int) _decimesh;
save << " " << _phyMin << " " << _phyMax << " " << _angleMeshC << " " << _hgeoMin << " " << _hgeoMax << " " << _verb;
save << " " << (int) _preCADMergeEdges << " " << (int) _preCADRemoveNanoEdges << " " << (int) _preCADDiscardInput << " " << _preCADEpsNano ;
+ save << " " << (int) _enforcedInternalVerticesAllFaces;
TOptionValues::iterator op_val = _option2value.begin();
if (op_val != _option2value.end()) {
else
load.clear(std::ios::badbit | load.rdstate());
+ isOK = (load >> i);
+ if (isOK)
+ _enforcedInternalVerticesAllFaces = (bool) i;
+ else
+ load.clear(std::ios::badbit | load.rdstate());
+
std::string option_or_sm;
bool hasOptions = false;
bool hasPreCADOptions = false;