mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-25 09:10:33 +05:00
PAL7933. enable propagation of local hypotheses assigned to super-shapes
This commit is contained in:
parent
9b3ccd683e
commit
f1bd9084e0
@ -505,7 +505,9 @@ const list <const SMESHDS_Hypothesis *> & StdMeshers_Regular_1D::GetUsedHypothes
|
||||
aMesh.IsPropagatedHypothesis(aShape, _mainEdge))
|
||||
{
|
||||
// Propagation of 1D hypothesis from <aMainEdge> on this edge
|
||||
_usedHypList = GetAppliedHypothesis(aMesh, _mainEdge); // copy
|
||||
//_usedHypList = GetAppliedHypothesis(aMesh, _mainEdge); // copy
|
||||
// use a general method in order not to nullify _mainEdge
|
||||
_usedHypList = SMESH_Algo::GetUsedHypothesis(aMesh, _mainEdge); // copy
|
||||
nbHyp = _usedHypList.size();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user