{
SMESH_Mesh* mesh = (*itm).second;
mesh->NotifySubMeshesHypothesisModification( this );
-// const list<SMESH_subMesh*>& subMeshes =
-// mesh->GetSubMeshUsingHypothesis(this);
-
-// //for all subMeshes using hypothesis
-
-// list<SMESH_subMesh*>::const_iterator its;
-// for (its = subMeshes.begin(); its != subMeshes.end(); its++)
-// (*its)->ComputeStateEngine(SMESH_subMesh::MODIF_HYP);
}
}
const char* SMESH_Hypothesis::GetLibName() const
{
-// MESSAGE("SMESHDS_Hypothesis::GetLibName");
-// SCRUTE(_LibName);
-// SCRUTE(&_LibName);
return _libName.c_str();
}
void SMESH_Hypothesis::SetLibName(const char* theLibName)
{
-// MESSAGE("SMESHDS_Hypothesis::SetLibName");
_libName = string(theLibName);
}
* dimention can be assigned to the shape
*/
virtual bool IsAuxiliary() const
- { return GetType() == PARAM_ALGO && _param_algo_dim <= 0; }
+ { return GetType() == PARAM_ALGO && _param_algo_dim < 0; }
protected:
SMESH_Gen* _gen;